SpriteMeshType
UnityObjectLink
SpriteMeshType

enum:/TYPE/UnityEngine.SpriteMeshType///

Parent

UnityObjectLink

Variables
spritemeshtype::​fullrect
static readonly spritemeshtype::fullrect

enum constant number 0

spritemeshtype::​tight
static readonly spritemeshtype::tight

enum constant number 1

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

no documentation

Returns

System.Int32

spritemeshtype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.SpriteMeshType enum
)

no documentation

Parameters
enum
UnityEngine.SpriteMeshType

an enum of type SpriteMeshType

Returns

System.Int32

spritemeshtype::​inttoenum
static UnityEngine.SpriteMeshType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.SpriteMeshType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String