Version: 2022.3
言語: 日本語
public static void StopAnimationMode ();
public static void StopAnimationMode (AnimationModeDriver driver);

パラメーター

driver An AnimationModeDriver object must be specified if one was specified when the Animation mode was started (StartAnimationMode.)

説明

Stops the Animation mode and reverts any properties that were animated while in Animation mode.

When in Animation mode, property animations are stored by calling the AnimationMode.SampleClip or AnimationMode.AddPropertyModification methods. This method, StopAnimationMode, reverts these property animations.