ParticleSystemSubEmitterType
UnityObjectLink
ParticleSystemSubEmitterType

enum:/TYPE/UnityEngine.ParticleSystemSubEmitterType///

Parent

UnityObjectLink

Variables
particlesystemsubemittertype::​birth
static readonly particlesystemsubemittertype::birth

enum constant number 0

particlesystemsubemittertype::​collision
static readonly particlesystemsubemittertype::collision

enum constant number 1

particlesystemsubemittertype::​death
static readonly particlesystemsubemittertype::death

enum constant number 2

particlesystemsubemittertype::​manual
static readonly particlesystemsubemittertype::manual

enum constant number 4

particlesystemsubemittertype::​trigger
static readonly particlesystemsubemittertype::trigger

enum constant number 3

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

no documentation

Returns

System.Int32

particlesystemsubemittertype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemSubEmitterType enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemSubEmitterType

an enum of type ParticleSystemSubEmitterType

Returns

System.Int32

particlesystemsubemittertype::​inttoenum
static UnityEngine.ParticleSystemSubEmitterType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemSubEmitterType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String