menu
버전
2018.1.11.6987
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise Unity Integration Documentation
|
The full Wwise Authoring API is exposed to Unity as a native plugin for the Windows and macOS platforms. All features, including subscriptions, are supported through the AkWAAPIClient
class.
More...
Public Member Functions | |
delegate void | WaapiEventCallback (ulong SubscriptionID, string Contents) |
Delegate ran when a subscription is triggered More... |
|
Static Public Member Functions | |
static bool | Connect (string Uri, uint Port) |
Connects to a Wwise Authoring application More... |
|
static void | Disconnect () |
Disconnects from the connected Wwise Authoring application More... |
|
static bool | Subscribe (string Uri, string Options, WaapiEventCallback Callback, out ulong SubscriptionID, out string Result) |
Subscribes to a topic. See Subscribing to Topics in the Wwise Authoring API for more information. More... |
|
static bool | Subscribe (string Uri, string Options, WaapiEventCallback Callback, int TimeoutMs, out ulong SubscriptionID, out string Result) |
Subscribes to a topic. See Subscribing to Topics in the Wwise Authoring API for more information. More... |
|
static bool | Unsubscribe (ulong SubscriptionID, out string Result) |
Unsubscribes from a topic. More... |
|
static bool | Unsubscribe (ulong SubscriptionID, int TimeoutMs, out string Result) |
Unsubscribes from a topic. More... |
|
static bool | Call (string Uri, string Args, string Options, out string Result) |
Perform a call to the Wwise Authoring. See Querying the Wwise Project for more information. More... |
|
static bool | Call (string Uri, string Args, string Options, int TimeoutMs, out string Result) |
Perform a call to the Wwise Authoring. See Querying the Wwise Project for more information. More... |
|
Properties | |
static bool |
IsConnected [get]
|
Is the client connected More... |
|
The full Wwise Authoring API is exposed to Unity as a native plugin for the Windows and macOS platforms. All features, including subscriptions, are supported through the AkWAAPIClient
class.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요