クラス AkCallbackManager
This class manages the callback queue. All callbacks from the native Wwise SDK go through this queue. The queue needs to be driven by regular calls to PostCallbacks(). This is currently done in AkInitializer.cs, in LateUpdate().
[詳細]
すべてのメンバ一覧
Static Public メソッド |
static void | SetMonitoringCallback (AkMonitorErrorLevel in_Level, MonitoringCallback in_CB) |
| Call this to set a function to call whenever Wwise prints a message (warnings or errors).
|
static void | SetBGMCallback (BGMCallback in_CB, object in_cookie) |
static int | PostCallbacks () |
説明
This class manages the callback queue. All callbacks from the native Wwise SDK go through this queue. The queue needs to be driven by regular calls to PostCallbacks(). This is currently done in AkInitializer.cs, in LateUpdate().
Wwise Unity Integrationに対してThu Feb 1 09:40:26 2018に生成されました。
1.6.3