ParticleSystemSubEmitterProperties
UnityObjectLink
ParticleSystemSubEmitterProperties

enum:/TYPE/UnityEngine.ParticleSystemSubEmitterProperties///

Parent

UnityObjectLink

Variables
particlesystemsubemitterproperties::​inheritcolor
static readonly particlesystemsubemitterproperties::inheritcolor

enum constant number 1

particlesystemsubemitterproperties::​inheritduration
static readonly particlesystemsubemitterproperties::inheritduration

enum constant number 5

particlesystemsubemitterproperties::​inheriteverything
static readonly particlesystemsubemitterproperties::inheriteverything

enum constant number 6

particlesystemsubemitterproperties::​inheritlifetime
static readonly particlesystemsubemitterproperties::inheritlifetime

enum constant number 4

particlesystemsubemitterproperties::​inheritnothing
static readonly particlesystemsubemitterproperties::inheritnothing

enum constant number 0

particlesystemsubemitterproperties::​inheritrotation
static readonly particlesystemsubemitterproperties::inheritrotation

enum constant number 3

particlesystemsubemitterproperties::​inheritsize
static readonly particlesystemsubemitterproperties::inheritsize

enum constant number 2

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

no documentation

Returns

System.Int32

particlesystemsubemitterproperties::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemSubEmitterProperties enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemSubEmitterProperties

an enum of type ParticleSystemSubEmitterProperties

Returns

System.Int32

particlesystemsubemitterproperties::​inttoenum
static UnityEngine.ParticleSystemSubEmitterProperties IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemSubEmitterProperties

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String