Skip to content

Enumeration: EmitLocation ​

enum emit loaction

Enumeration Members ​

Enumeration Members ​

Default ​

• Default = 0

particles will emit from default location

Defined in ​

packages/particle/module/stand/ParticleEmitterModule.ts:47


Edge ​

• Edge = 1

particles will emit from the edges of the specified shape

Defined in ​

packages/particle/module/stand/ParticleEmitterModule.ts:52


Shell ​

• Shell = 2

particles will emit from the shells of the specified shape

Defined in ​

packages/particle/module/stand/ParticleEmitterModule.ts:57


Volume ​

• Volume = 3

particles will emit from the volume of the specified shape

Defined in ​

packages/particle/module/stand/ParticleEmitterModule.ts:62

Released under the MIT License