PlayableBehaviourExtensions

Class in Arbor.Playables / Inherits from: object

An extension class for PlayableBehaviour. Used for various method calls when creating a self-made graph by inheriting PlayableGraph.

Method Name Description
Activate Set the active state of behavior.
FixedUpdate Update with FixedUpdate.
IsActive Whether the behavior is active.
LateUpdate Update with LateUpdate.
Pause Pause.
Resume Resume.
Stop Stop.
Update Update.