Method AddFromClip
AddFromClip(AnimationClip)
Add properties modified by an animation clip.
Declaration
void AddFromClip(AnimationClip clip)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimationClip | clip | The animation clip that contains the properties |
AddFromClip(GameObject, AnimationClip)
Add property modifications modified by an animation clip.
Declaration
void AddFromClip(GameObject obj, AnimationClip clip)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | obj | The GameObject where the properties exist |
| AnimationClip | clip | The animation clip that contains the properties |