AnimatorControllerParameterType
UnityObjectLink
AnimatorControllerParameterType

enum:/TYPE/UnityEngine.AnimatorControllerParameterType///

Parent

UnityObjectLink

Variables
animatorcontrollerparametertype::​bool
static readonly animatorcontrollerparametertype::bool

enum constant number 2

animatorcontrollerparametertype::​float
static readonly animatorcontrollerparametertype::float

enum constant number 0

animatorcontrollerparametertype::​int
static readonly animatorcontrollerparametertype::int

enum constant number 1

animatorcontrollerparametertype::​trigger
static readonly animatorcontrollerparametertype::trigger

enum constant number 3

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

no documentation

Returns

System.Int32

animatorcontrollerparametertype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.AnimatorControllerParameterType enum
)

no documentation

Parameters
enum
UnityEngine.AnimatorControllerParameterType

an enum of type AnimatorControllerParameterType

Returns

System.Int32

animatorcontrollerparametertype::​inttoenum
static UnityEngine.AnimatorControllerParameterType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.AnimatorControllerParameterType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String