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