Method CreateInfiniteClip
CreateInfiniteClip(string)
Creates an AnimationClip that stores the data for an infinite track.
선언
public void CreateInfiniteClip(string infiniteClipName)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |
참고
If an infiniteClip already exists, this method produces no result, even if you provide a different value for infiniteClipName.