Version: 5.3

AnimationMode

class in UnityEditor

매뉴얼로 전환

설명

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.

정적 변수

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

정적 함수

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.