ParticleSystemAnimationTimeMode
UnityObjectLink
ParticleSystemAnimationTimeMode

enum:/TYPE/UnityEngine.ParticleSystemAnimationTimeMode///

Parent

UnityObjectLink

Variables
particlesystemanimationtimemode::​fps
static readonly particlesystemanimationtimemode::fps

enum constant number 2

particlesystemanimationtimemode::​lifetime
static readonly particlesystemanimationtimemode::lifetime

enum constant number 0

particlesystemanimationtimemode::​speed
static readonly particlesystemanimationtimemode::speed

enum constant number 1

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

no documentation

Returns

System.Int32

particlesystemanimationtimemode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemAnimationTimeMode enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemAnimationTimeMode

an enum of type ParticleSystemAnimationTimeMode

Returns

System.Int32

particlesystemanimationtimemode::​inttoenum
static UnityEngine.ParticleSystemAnimationTimeMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemAnimationTimeMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String