IPlayableBehaviourCallbackReceiver
Interface in Arbor.Playables
Description
Interface that defines callbacks for playable behavior
Methods
Method Name | Description |
---|---|
OnAwake | Called when the behavior is first activated. |
OnEnd | Called when the behavior has ended. |
OnFixedUpdate | Called by FixedUpdate while the behavior is active. |
OnLateUpdate | Called by LateUpdate while the behavior is active. |
OnStart | Called when the behavior becomes active. |
OnUpdate | Called every frame while the behavior is active. |