AnimatorUpdateMode
UnityObjectLink
AnimatorUpdateMode

enum:/TYPE/UnityEngine.AnimatorUpdateMode///

Parent

UnityObjectLink

Variables
animatorupdatemode::​animatephysics
static readonly animatorupdatemode::animatephysics

enum constant number 1

animatorupdatemode::​normal
static readonly animatorupdatemode::normal

enum constant number 0

animatorupdatemode::​unscaledtime
static readonly animatorupdatemode::unscaledtime

enum constant number 2

Functions
animatorupdatemode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

animatorupdatemode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.AnimatorUpdateMode enum
)

no documentation

Parameters
enum
UnityEngine.AnimatorUpdateMode

an enum of type AnimatorUpdateMode

Returns

System.Int32

animatorupdatemode::​inttoenum
static UnityEngine.AnimatorUpdateMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::AnimatorUpdateMode::Count()

Returns

UnityEngine.AnimatorUpdateMode

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::AnimatorUpdateMode::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::AnimatorUpdateMode::EnumToString(enum)

Returns

System.String