PointerType
UnityObjectLink
PointerType

enum:/TYPE/UnityEngine.PointerType///

Parent

UnityObjectLink

Variables
pointertype::​mouse
static readonly pointertype::mouse

enum constant number 0

pointertype::​pen
static readonly pointertype::pen

enum constant number 2

pointertype::​touch
static readonly pointertype::touch

enum constant number 1

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

no documentation

Returns

System.Int32

pointertype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.PointerType enum
)

no documentation

Parameters
enum
UnityEngine.PointerType

an enum of type PointerType

Returns

System.Int32

pointertype::​inttoenum
static UnityEngine.PointerType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.PointerType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String