public void OnPlayableDestroy (Playables.Playable playable);

Parámetros

playableThe Playable that owns the current PlayableBehaviour.

Descripción

This function is called when the Playable that owns the PlayableBehaviour is destroyed.

The playable can be destroyed with PlayableExtensions.Destroy.