Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationMode

Namespace: UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

AnimationMode is used by the AnimationWindow to store properties modifed by the AnimationClip playback.

When exiting AnimationMode all properties are reverted to their default state. Animated properties are also highlighted by the inspector. Use AnimationMode.StartAnimationMode to enter animation mode. In Animation mode the editor is tinted to show that it is animating. Properties can be animated via AnimationMode.SampleAnimationClip.

Static Variables

animatedPropertyColorThe color used to show that a property is currently being animated.

Static Functions

InAnimationModeAre we currently in AnimationMode.
IsPropertyAnimatedIs the specified property currently in animation mode and being animated?
SampleAnimationClipSamples an AnimationClip on the object and also records any modified properties in AnimationMode.
StartAnimationModeStarts the animation mode.
StopAnimationModeStops Animation mode, reverts all properties that were animated in animation mode.