ParticleSystemColliderQueryMode
UnityObjectLink
ParticleSystemColliderQueryMode

enum:/TYPE/UnityEngine.ParticleSystemColliderQueryMode///

Parent

UnityObjectLink

Variables
particlesystemcolliderquerymode::​all
static readonly particlesystemcolliderquerymode::all

enum constant number 2

particlesystemcolliderquerymode::​disabled
static readonly particlesystemcolliderquerymode::disabled

enum constant number 0

particlesystemcolliderquerymode::​one
static readonly particlesystemcolliderquerymode::one

enum constant number 1

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

no documentation

Returns

System.Int32

particlesystemcolliderquerymode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemColliderQueryMode enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemColliderQueryMode

an enum of type ParticleSystemColliderQueryMode

Returns

System.Int32

particlesystemcolliderquerymode::​inttoenum
static UnityEngine.ParticleSystemColliderQueryMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemColliderQueryMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String