ColliderErrorState2D
UnityObjectLink
ColliderErrorState2D

enum:/TYPE/UnityEngine.ColliderErrorState2D///

Parent

UnityObjectLink

Variables
collidererrorstate2d::​none
static readonly collidererrorstate2d::none

enum constant number 0

collidererrorstate2d::​noshapes
static readonly collidererrorstate2d::noshapes

enum constant number 1

collidererrorstate2d::​removedshapes
static readonly collidererrorstate2d::removedshapes

enum constant number 2

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

no documentation

Returns

System.Int32

collidererrorstate2d::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ColliderErrorState2D enum
)

no documentation

Parameters
enum
UnityEngine.ColliderErrorState2D

an enum of type ColliderErrorState2D

Returns

System.Int32

collidererrorstate2d::​inttoenum
static UnityEngine.ColliderErrorState2D IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ColliderErrorState2D

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String