ParticleSystemShapeMultiModeValue
UnityObjectLink
ParticleSystemShapeMultiModeValue

enum:/TYPE/UnityEngine.ParticleSystemShapeMultiModeValue///

Parent

UnityObjectLink

Variables
particlesystemshapemultimodevalue::​burstspread
static readonly particlesystemshapemultimodevalue::burstspread

enum constant number 3

particlesystemshapemultimodevalue::​loop
static readonly particlesystemshapemultimodevalue::loop

enum constant number 1

particlesystemshapemultimodevalue::​pingpong
static readonly particlesystemshapemultimodevalue::pingpong

enum constant number 2

particlesystemshapemultimodevalue::​random
static readonly particlesystemshapemultimodevalue::random

enum constant number 0

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

no documentation

Returns

System.Int32

particlesystemshapemultimodevalue::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemShapeMultiModeValue enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemShapeMultiModeValue

an enum of type ParticleSystemShapeMultiModeValue

Returns

System.Int32

particlesystemshapemultimodevalue::​inttoenum
static UnityEngine.ParticleSystemShapeMultiModeValue IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemShapeMultiModeValue

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String