TextAlignment
UnityObjectLink
TextAlignment

enum:/TYPE/UnityEngine.TextAlignment///

Parent

UnityObjectLink

Variables
textalignment::​center
static readonly textalignment::center

enum constant number 1

textalignment::​left
static readonly textalignment::left

enum constant number 0

textalignment::​right
static readonly textalignment::right

enum constant number 2

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

no documentation

Returns

System.Int32

textalignment::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.TextAlignment enum
)

no documentation

Parameters
enum
UnityEngine.TextAlignment

an enum of type TextAlignment

Returns

System.Int32

textalignment::​inttoenum
static UnityEngine.TextAlignment IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.TextAlignment

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String