Method AddFromClips
AddFromClips(IEnumerable<AnimationClip>)
Add property modifications specified by a list of animation clips.
선언
void AddFromClips(IEnumerable<AnimationClip> clips)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IEnumerable<AnimationClip> | clips | The list of animation clips used to determine which property modifications to apply. |
AddFromClips(GameObject, IEnumerable<AnimationClip>)
Add property modifications specified by a list of animation clips.
선언
void AddFromClips(GameObject obj, IEnumerable<AnimationClip> clips)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GameObject | obj | The gameObject that will be animated |
IEnumerable<AnimationClip> | clips | The list of animation clips used to determine which property modifications to apply. |