Method AddFromClips
AddFromClips(IEnumerable<AnimationClip>)
Add property modifications specified by a list of animation clips.
Declaration
void AddFromClips(IEnumerable<AnimationClip> clips)
Parameters
Type | Name | Description |
---|---|---|
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.
Declaration
void AddFromClips(GameObject obj, IEnumerable<AnimationClip> clips)
Parameters
Type | Name | Description |
---|---|---|
GameObject | obj | The gameObject that will be animated |
IEnumerable<AnimationClip> | clips | The list of animation clips used to determine which property modifications to apply. |