Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

AnimationMode.InAnimationMode

public static bool InAnimationMode();

Description

Are we currently in AnimationMode?

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 animated the attached object.

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