Method OnPlayableDestroy
OnPlayableDestroy(Playable)
This function is called when the Playable that owns the PlayableBehaviour is destroyed.
Declaration
public override void OnPlayableDestroy(Playable playable)
Parameters
| Type | Name | Description |
|---|---|---|
| Playable | playable | The playable this behaviour is attached to. |