AnimationMode is used by the AnimationWindow to store properties modifed by the AnimationClip playback.
animatedPropertyColor | The color used to show that a property is currently being animated. |
---|
InAnimationMode | Are we currently in AnimationMode. |
---|---|
IsPropertyAnimated | Is the specified property currently in animation mode and being animated? |
SampleAnimationClip | Samples an AnimationClip on the object and also records any modified properties in AnimationMode. |
StartAnimationMode | Starts the animation mode. |
StopAnimationMode | Stops Animation mode, reverts all properties that were animated in animation mode. |