Table of Contents
Wwise Unity Integration Documentation
|
AkTriggerBase Class Reference
Inherits MonoBehaviour.
Inherited by AkTriggerCollisionEnter, AkTriggerCollisionExit, AkTriggerDisable, AkTriggerEnable, AkTriggerEnter, AkTriggerExit, AkTriggerMouseDown, AkTriggerMouseEnter, AkTriggerMouseExit, and AkTriggerMouseUp.
Public Member Functions | |
delegate void | Trigger (UnityEngine.GameObject in_gameObject) |
Delegate declaration for all Wwise Triggers. More... |
|
Public Attributes | |
Trigger | triggerDelegate = null |
All components reacting to the trigger will be registered in this delegate. More... |
|
Detailed Description
Base class for the generic triggering mechanism for Wwise Integration. All Wwise components will use this mechanism to drive their behavior. Derive from this class to add your own triggering condition, as described in Adding New Triggers for Wwise Events
Generated on Thu Jan 23 2020 10:26:13 for Wwise Unity Integration Documentation by
