AnimationTriggerEventReceiver
Class in Arbor / Inherits from: UnityEngine.MonoBehaviour
Description
A component for notifying another method of an event called from AnimationEvent
Methods
| Method Name | Description | 
|---|---|
| AddListener | Add an action that receives a trigger. | 
| RemoveListener | Remove the action that receives the trigger. | 
| TriggerEvent | Method called from AnimationEvent |