AkCallbackManager Class Reference
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().
More...
List of all members.
Static Public Member Functions |
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 () |
Detailed Description
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().
Generated on Thu Feb 1 09:40:22 2018 for Wwise Unity Integration by
1.6.3