TextAnchor
UnityObjectLink
TextAnchor

enum:/TYPE/UnityEngine.TextAnchor///

Parent

UnityObjectLink

Variables
textanchor::​lowercenter
static readonly textanchor::lowercenter

enum constant number 7

textanchor::​lowerleft
static readonly textanchor::lowerleft

enum constant number 6

textanchor::​lowerright
static readonly textanchor::lowerright

enum constant number 8

textanchor::​middlecenter
static readonly textanchor::middlecenter

enum constant number 4

textanchor::​middleleft
static readonly textanchor::middleleft

enum constant number 3

textanchor::​middleright
static readonly textanchor::middleright

enum constant number 5

textanchor::​uppercenter
static readonly textanchor::uppercenter

enum constant number 1

textanchor::​upperleft
static readonly textanchor::upperleft

enum constant number 0

textanchor::​upperright
static readonly textanchor::upperright

enum constant number 2

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

no documentation

Returns

System.Int32

textanchor::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.TextAnchor enum
)

no documentation

Parameters
enum
UnityEngine.TextAnchor

an enum of type TextAnchor

Returns

System.Int32

textanchor::​inttoenum
static UnityEngine.TextAnchor IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.TextAnchor

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String