PlayableBehaviourExtensions
Class in Arbor.Playables / Inherits from: object
Description
An extension class for PlayableBehaviour. Used for various method calls when creating a self-made graph by inheriting PlayableGraph.
Static Methods
| 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. |