版本

menu_open
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. 更多...

Public 成员函数

delegate void  WaapiEventCallback (ulong SubscriptionID, string Contents)
  Delegate ran when a subscription is triggered 更多...
 

静态 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.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅