Method OnCreateClip
OnCreateClip(TimelineClip)
Called when a clip is created on a track.
선언
protected virtual void OnCreateClip(TimelineClip clip)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TimelineClip | clip | The timeline clip added to this track |
참고
Use this method to set default values on a timeline clip, or it's PlayableAsset.