ParticleSystemGameObjectFilter
UnityObjectLink
ParticleSystemGameObjectFilter

enum:/TYPE/UnityEngine.ParticleSystemGameObjectFilter///

Parent

UnityObjectLink

Variables
particlesystemgameobjectfilter::​layermask
static readonly particlesystemgameobjectfilter::layermask

enum constant number 0

particlesystemgameobjectfilter::​layermaskandlist
static readonly particlesystemgameobjectfilter::layermaskandlist

enum constant number 2

particlesystemgameobjectfilter::​list
static readonly particlesystemgameobjectfilter::list

enum constant number 1

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

no documentation

Returns

System.Int32

particlesystemgameobjectfilter::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemGameObjectFilter enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemGameObjectFilter

an enum of type ParticleSystemGameObjectFilter

Returns

System.Int32

particlesystemgameobjectfilter::​inttoenum
static UnityEngine.ParticleSystemGameObjectFilter IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemGameObjectFilter

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String