Method AddFromClip
AddFromClip(AnimationClip)
Add properties modified by an animation clip.
선언
void AddFromClip(AnimationClip clip)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AnimationClip | clip | The animation clip that contains the properties |
AddFromClip(GameObject, AnimationClip)
Add property modifications modified by an animation clip.
선언
void AddFromClip(GameObject obj, AnimationClip clip)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GameObject | obj | The GameObject where the properties exist |
AnimationClip | clip | The animation clip that contains the properties |