ParticleSystemShapeTextureChannel
UnityObjectLink
ParticleSystemShapeTextureChannel

enum:/TYPE/UnityEngine.ParticleSystemShapeTextureChannel///

Parent

UnityObjectLink

Variables
particlesystemshapetexturechannel::​alpha
static readonly particlesystemshapetexturechannel::alpha

enum constant number 3

particlesystemshapetexturechannel::​blue
static readonly particlesystemshapetexturechannel::blue

enum constant number 2

particlesystemshapetexturechannel::​green
static readonly particlesystemshapetexturechannel::green

enum constant number 1

particlesystemshapetexturechannel::​red
static readonly particlesystemshapetexturechannel::red

enum constant number 0

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

no documentation

Returns

System.Int32

particlesystemshapetexturechannel::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemShapeTextureChannel enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemShapeTextureChannel

an enum of type ParticleSystemShapeTextureChannel

Returns

System.Int32

particlesystemshapetexturechannel::​inttoenum
static UnityEngine.ParticleSystemShapeTextureChannel IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemShapeTextureChannel

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String