MeshTopology
UnityObjectLink
MeshTopology

enum:/TYPE/UnityEngine.MeshTopology///

Parent

UnityObjectLink

Variables
meshtopology::​lines
static readonly meshtopology::lines

enum constant number 2

meshtopology::​linestrip
static readonly meshtopology::linestrip

enum constant number 3

meshtopology::​points
static readonly meshtopology::points

enum constant number 4

meshtopology::​quads
static readonly meshtopology::quads

enum constant number 1

meshtopology::​triangles
static readonly meshtopology::triangles

enum constant number 0

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

no documentation

Returns

System.Int32

meshtopology::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.MeshTopology enum
)

no documentation

Parameters
enum
UnityEngine.MeshTopology

an enum of type MeshTopology

Returns

System.Int32

meshtopology::​inttoenum
static UnityEngine.MeshTopology IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.MeshTopology

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String