TouchPhase
UnityObjectLink
TouchPhase

enum:/TYPE/UnityEngine.TouchPhase///

Parent

UnityObjectLink

Variables
touchphase::​began
static readonly touchphase::began

enum constant number 0

touchphase::​canceled
static readonly touchphase::canceled

enum constant number 4

touchphase::​ended
static readonly touchphase::ended

enum constant number 3

touchphase::​moved
static readonly touchphase::moved

enum constant number 1

touchphase::​stationary
static readonly touchphase::stationary

enum constant number 2

Functions
toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String

touchphase::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

touchphase::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.TouchPhase enum
)

no documentation

Parameters
enum
UnityEngine.TouchPhase

an enum of type TouchPhase

Returns

System.Int32

touchphase::​inttoenum
static UnityEngine.TouchPhase IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.TouchPhase