ParticleSystemAnimationType
UnityObjectLink
ParticleSystemAnimationType

enum:/TYPE/UnityEngine.ParticleSystemAnimationType///

Parent

UnityObjectLink

Variables
particlesystemanimationtype::​singlerow
static readonly particlesystemanimationtype::singlerow

enum constant number 1

particlesystemanimationtype::​wholesheet
static readonly particlesystemanimationtype::wholesheet

enum constant number 0

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

no documentation

Returns

System.Int32

particlesystemanimationtype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemAnimationType enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemAnimationType

an enum of type ParticleSystemAnimationType

Returns

System.Int32

particlesystemanimationtype::​inttoenum
static UnityEngine.ParticleSystemAnimationType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemAnimationType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String