Method CreateInfiniteClip
CreateInfiniteClip(string)
Creates an AnimationClip that stores the data for an infinite track.
Declaration
public void CreateInfiniteClip(string infiniteClipName)
Parameters
Type | Name | Description |
---|---|---|
string | infiniteClipName | The name of the AnimationClip to create. This method does not ensure unique names. If you want a unique clip name, you must provide one. See ObjectNames.GetUniqueName for information on a method that creates unique names. |
Remarks
If an infiniteClip already exists, this method produces no result, even if you provide a different value for infiniteClipName.