Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

AnimationMode.StopAnimationMode

static function StopAnimationMode(): void;
static void StopAnimationMode();
static def StopAnimationMode() as void

Description

Stops Animation mode, reverts all properties that were animated in animation mode.

AnimationMode stores per property modifications. They are added either via AnimationMode.SampleClip or AnimationMode.AddPropertyModification. StopAnimationMode reverts all of these properties.