Method OnPlayableCreate
OnPlayableCreate(Playable)
This function is called when the Playable that owns the PlayableBehaviour is created.
Declaration
public override void OnPlayableCreate(Playable playable)
Parameters
| Type | Name | Description |
|---|---|---|
| Playable | playable | The Playable that owns the current PlayableBehaviour. |