Method CreateClip
CreateClip(AnimationClip)
Creates a TimelineClip on this track that uses an AnimationClip.
선언
public TimelineClip CreateClip(AnimationClip clip)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AnimationClip | clip | Source animation clip of the resulting TimelineClip. |
반환
| 타입 | 설명 |
|---|---|
| TimelineClip | A new TimelineClip which has an AnimationPlayableAsset asset attached. |