ParticleSystemOverlapAction
UnityObjectLink
ParticleSystemOverlapAction

enum:/TYPE/UnityEngine.ParticleSystemOverlapAction///

Parent

UnityObjectLink

Variables
particlesystemoverlapaction::​callback
static readonly particlesystemoverlapaction::callback

enum constant number 2

particlesystemoverlapaction::​ignore
static readonly particlesystemoverlapaction::ignore

enum constant number 0

particlesystemoverlapaction::​kill
static readonly particlesystemoverlapaction::kill

enum constant number 1

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

no documentation

Returns

System.Int32

particlesystemoverlapaction::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemOverlapAction enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemOverlapAction

an enum of type ParticleSystemOverlapAction

Returns

System.Int32

particlesystemoverlapaction::​inttoenum
static UnityEngine.ParticleSystemOverlapAction IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemOverlapAction

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String