ParticleSystemMeshShapeType
UnityObjectLink
ParticleSystemMeshShapeType

enum:/TYPE/UnityEngine.ParticleSystemMeshShapeType///

Parent

UnityObjectLink

Variables
particlesystemmeshshapetype::​edge
static readonly particlesystemmeshshapetype::edge

enum constant number 1

particlesystemmeshshapetype::​triangle
static readonly particlesystemmeshshapetype::triangle

enum constant number 2

particlesystemmeshshapetype::​vertex
static readonly particlesystemmeshshapetype::vertex

enum constant number 0

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

no documentation

Returns

System.Int32

particlesystemmeshshapetype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemMeshShapeType enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemMeshShapeType

an enum of type ParticleSystemMeshShapeType

Returns

System.Int32

particlesystemmeshshapetype::​inttoenum
static UnityEngine.ParticleSystemMeshShapeType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemMeshShapeType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String