Method CreateCurves
CreateCurves(string)
Creates an AnimationClip to store animated properties for the attached PlayableAsset.
선언
public void CreateCurves(string curvesClipName)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | curvesClipName | 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 curves already exists for this track, this method produces no result regardless of the value specified for curvesClipName.