AnimatorRecorderMode
UnityObjectLink
AnimatorRecorderMode

enum:/TYPE/UnityEngine.AnimatorRecorderMode///

Parent

UnityObjectLink

Variables
animatorrecordermode::​offline
static readonly animatorrecordermode::offline

enum constant number 0

animatorrecordermode::​playback
static readonly animatorrecordermode::playback

enum constant number 1

animatorrecordermode::​record
static readonly animatorrecordermode::record

enum constant number 2

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

no documentation

Returns

System.Int32

animatorrecordermode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.AnimatorRecorderMode enum
)

no documentation

Parameters
enum
UnityEngine.AnimatorRecorderMode

an enum of type AnimatorRecorderMode

Returns

System.Int32

animatorrecordermode::​inttoenum
static UnityEngine.AnimatorRecorderMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.AnimatorRecorderMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String