Version: 2020.3
언어: 한국어
public void OnPlayableDestroy (Playables.Playable playable);

파라미터

playable The Playable that owns the current PlayableBehaviour.

설명

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

The playable can be destroyed with PlayableExtensions.Destroy.