ParticleSystemShapeType
UnityObjectLink
ParticleSystemShapeType

enum:/TYPE/UnityEngine.ParticleSystemShapeType///

Parent

UnityObjectLink

Variables
particlesystemshapetype::​box
static readonly particlesystemshapetype::box

enum constant number 5

particlesystemshapetype::​boxedge
static readonly particlesystemshapetype::boxedge

enum constant number 16

particlesystemshapetype::​boxshell
static readonly particlesystemshapetype::boxshell

enum constant number 15

particlesystemshapetype::​circle
static readonly particlesystemshapetype::circle

enum constant number 10

particlesystemshapetype::​circleedge
static readonly particlesystemshapetype::circleedge

enum constant number 11

particlesystemshapetype::​cone
static readonly particlesystemshapetype::cone

enum constant number 4

particlesystemshapetype::​coneshell
static readonly particlesystemshapetype::coneshell

enum constant number 7

particlesystemshapetype::​conevolume
static readonly particlesystemshapetype::conevolume

enum constant number 8

particlesystemshapetype::​conevolumeshell
static readonly particlesystemshapetype::conevolumeshell

enum constant number 9

particlesystemshapetype::​donut
static readonly particlesystemshapetype::donut

enum constant number 17

particlesystemshapetype::​hemisphere
static readonly particlesystemshapetype::hemisphere

enum constant number 2

particlesystemshapetype::​hemisphereshell
static readonly particlesystemshapetype::hemisphereshell

enum constant number 3

particlesystemshapetype::​mesh
static readonly particlesystemshapetype::mesh

enum constant number 6

particlesystemshapetype::​meshrenderer
static readonly particlesystemshapetype::meshrenderer

enum constant number 13

particlesystemshapetype::​rectangle
static readonly particlesystemshapetype::rectangle

enum constant number 18

particlesystemshapetype::​singlesidededge
static readonly particlesystemshapetype::singlesidededge

enum constant number 12

particlesystemshapetype::​skinnedmeshrenderer
static readonly particlesystemshapetype::skinnedmeshrenderer

enum constant number 14

particlesystemshapetype::​sphere
static readonly particlesystemshapetype::sphere

enum constant number 0

particlesystemshapetype::​sphereshell
static readonly particlesystemshapetype::sphereshell

enum constant number 1

particlesystemshapetype::​sprite
static readonly particlesystemshapetype::sprite

enum constant number 19

particlesystemshapetype::​spriterenderer
static readonly particlesystemshapetype::spriterenderer

enum constant number 20

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

no documentation

Returns

System.Int32

particlesystemshapetype::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ParticleSystemShapeType enum
)

no documentation

Parameters
enum
UnityEngine.ParticleSystemShapeType

an enum of type ParticleSystemShapeType

Returns

System.Int32

particlesystemshapetype::​inttoenum
static UnityEngine.ParticleSystemShapeType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ParticleSystemShapeType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String