Activate
Activate(PlayableBehaviour, bool, bool)
public static void Activate(this PlayableBehaviour playableBehaviour, bool active, bool changeState) ;
Description
Set the active state of behavior.
Parameters
| Parameter Name | Description | 
|---|---|
| playableBehaviour | PlayableBehaviour | 
| active | Active state to set | 
| changeState | Flag to change state |