AnimationCullingType
UnityObjectLink
AnimationCullingType

enum:/TYPE/UnityEngine.AnimationCullingType///

Parent

UnityObjectLink

Variables
animationcullingtype::​alwaysanimate
static readonly animationcullingtype::alwaysanimate

enum constant number 0

animationcullingtype::​basedonclipbounds
static readonly animationcullingtype::basedonclipbounds

enum constant number 2

animationcullingtype::​basedonrenderers
static readonly animationcullingtype::basedonrenderers

enum constant number 1

animationcullingtype::​basedonuserbounds
static readonly animationcullingtype::basedonuserbounds

enum constant number 3

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

no documentation

Returns

System.Int32

animationcullingtype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.AnimationCullingType enum
)

no documentation

Parameters
enum
UnityEngine.AnimationCullingType

an enum of type AnimationCullingType

Returns

System.Int32

animationcullingtype::​inttoenum
static UnityEngine.AnimationCullingType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.AnimationCullingType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String