Method OnPlayableDestroy
OnPlayableDestroy(Playable)
This function is called when the Playable that owns the PlayableBehaviour is destroyed.
선언
public override void OnPlayableDestroy(Playable playable)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Playable | playable | The playable this behaviour is attached to. |