AnimationMode.InAnimationMode

Declaration

public static bool InAnimationMode();

Declaration

public static bool InAnimationMode(AnimationModeDriver driver);

Parameters

driver An AnimationModeDriver object that tests if AnimationMode has been locked specifically for this driver.

Description

Checks whether the Editor is in Animation mode.

InAnimationMode returns a value of true or false, indicating whether the animation is being controlled by AnimationMode. If InAnimationMode returns true then SampleAnimationClip can be used to animate the attached object.

Note: The script example at AnimationMode shows how InAnimationMode can be used.


Did you find this page useful? Please give it a rating: