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.