SpriteSortPoint
UnityObjectLink
SpriteSortPoint

enum:/TYPE/UnityEngine.SpriteSortPoint///

Parent

UnityObjectLink

Variables
spritesortpoint::​center
static readonly spritesortpoint::center

enum constant number 0

spritesortpoint::​pivot
static readonly spritesortpoint::pivot

enum constant number 1

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

no documentation

Returns

System.Int32

spritesortpoint::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.SpriteSortPoint enum
)

no documentation

Parameters
enum
UnityEngine.SpriteSortPoint

an enum of type SpriteSortPoint

Returns

System.Int32

spritesortpoint::​inttoenum
static UnityEngine.SpriteSortPoint IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.SpriteSortPoint

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String