Method CreateClip
CreateClip(AnimationClip)
Creates a TimelineClip on this track that uses an AnimationClip.
Declaration
public TimelineClip CreateClip(AnimationClip clip)
Parameters
| Type | Name | Description | 
|---|---|---|
| AnimationClip | clip | Source animation clip of the resulting TimelineClip.  | 
    
Returns
| Type | Description | 
|---|---|
| TimelineClip | A new TimelineClip which has an AnimationPlayableAsset asset attached.  |