ParticleSystemAnimationRowMode
UnityObjectLink
ParticleSystemAnimationRowMode

enum:/TYPE/UnityEngine.ParticleSystemAnimationRowMode///

Parent

UnityObjectLink

Variables
particlesystemanimationrowmode::​custom
static readonly particlesystemanimationrowmode::custom

enum constant number 0

particlesystemanimationrowmode::​meshindex
static readonly particlesystemanimationrowmode::meshindex

enum constant number 2

particlesystemanimationrowmode::​random
static readonly particlesystemanimationrowmode::random

enum constant number 1

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

no documentation

Returns

System.Int32

particlesystemanimationrowmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemAnimationRowMode enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemAnimationRowMode

an enum of type ParticleSystemAnimationRowMode

Returns

System.Int32

particlesystemanimationrowmode::​inttoenum
static UnityEngine.ParticleSystemAnimationRowMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemAnimationRowMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String