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.
[詳細]
Public メソッド | |
| delegate void | WaapiEventCallback (ulong SubscriptionID, string Contents) |
| Delegate ran when a subscription is triggered. | |
Static Public メソッド | |
| static bool | Connect (string Uri, uint Port) |
| Connects to a Wwise Authoring application. | |
| static void | Disconnect () |
| Disconnects from the connected Wwise Authoring application. | |
| 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. | |
| 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. | |
| static bool | Unsubscribe (ulong SubscriptionID, out string Result) |
| Unsubscribes from a topic. | |
| static bool | Unsubscribe (ulong SubscriptionID, int TimeoutMs, out string Result) |
| Unsubscribes from a topic. | |
| 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. | |
| 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. | |
プロパティ | |
| static bool | IsConnected [get] |
| Is the client connected. | |
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.
1.6.3