OnPlayableDestroy(Playable)
This function is called when the Playable that owns the PlayableBehaviour is destroyed.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public virtual void OnPlayableDestroy(Playable playable)
Parameters
Remarks
The playable can be destroyed with PlayableExtensions.Destroy.