AnimatorCullingMode
UnityObjectLink
AnimatorCullingMode

enum:/TYPE/UnityEngine.AnimatorCullingMode///

Parent

UnityObjectLink

Variables
animatorcullingmode::​alwaysanimate
static readonly animatorcullingmode::alwaysanimate

enum constant number 0

animatorcullingmode::​basedonrenderers
static readonly animatorcullingmode::basedonrenderers

enum constant number 2

animatorcullingmode::​cullcompletely
static readonly animatorcullingmode::cullcompletely

enum constant number 3

animatorcullingmode::​cullupdatetransforms
static readonly animatorcullingmode::cullupdatetransforms

enum constant number 1

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

no documentation

Returns

System.Int32

animatorcullingmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.AnimatorCullingMode enum
)

no documentation

Parameters
enum
UnityEngine.AnimatorCullingMode

an enum of type AnimatorCullingMode

Returns

System.Int32

animatorcullingmode::​inttoenum
static UnityEngine.AnimatorCullingMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.AnimatorCullingMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String