Method OnPlayableDestroy
OnPlayableDestroy(Playable)
This function is called when the Playable that owns the PlayableBehaviour is destroyed.
Declaration
public virtual void OnPlayableDestroy(Playable playable)
Parameters
| Type | Name | Description | 
|---|---|---|
| Playable | playable | The Playable that owns the current PlayableBehaviour.  | 
    
Implements
UnityEngine.Playables.IPlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)