ParticleSystemInheritVelocityMode
UnityObjectLink
ParticleSystemInheritVelocityMode

enum:/TYPE/UnityEngine.ParticleSystemInheritVelocityMode///

Parent

UnityObjectLink

Variables
particlesysteminheritvelocitymode::​current
static readonly particlesysteminheritvelocitymode::current

enum constant number 1

particlesysteminheritvelocitymode::​initial
static readonly particlesysteminheritvelocitymode::initial

enum constant number 0

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

no documentation

Returns

System.Int32

particlesysteminheritvelocitymode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemInheritVelocityMode enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemInheritVelocityMode

an enum of type ParticleSystemInheritVelocityMode

Returns

System.Int32

particlesysteminheritvelocitymode::​inttoenum
static UnityEngine.ParticleSystemInheritVelocityMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemInheritVelocityMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String