ParticleSystemStopBehavior
UnityObjectLink
ParticleSystemStopBehavior

enum:/TYPE/UnityEngine.ParticleSystemStopBehavior///

Parent

UnityObjectLink

Variables
particlesystemstopbehavior::​stopemitting
static readonly particlesystemstopbehavior::stopemitting

enum constant number 1

particlesystemstopbehavior::​stopemittingandclear
static readonly particlesystemstopbehavior::stopemittingandclear

enum constant number 0

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

no documentation

Returns

System.Int32

particlesystemstopbehavior::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemStopBehavior enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemStopBehavior

an enum of type ParticleSystemStopBehavior

Returns

System.Int32

particlesystemstopbehavior::​inttoenum
static UnityEngine.ParticleSystemStopBehavior IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemStopBehavior

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String