Values

Point

All particles will be emitted from a single point.

Sphere

Particles will be emitted in the volume of a sphere.

Box

Particles will be emitted in the volume of a box.

Points

Particles will be emitted at a position determined by sampling a random point on the godot.ParticlesMaterial.emissionPointTexture. Particle color will be modulated by godot.ParticlesMaterial.emissionColorTexture.

DirectedPoints

Particles will be emitted at a position determined by sampling a random point on the godot.ParticlesMaterial.emissionPointTexture. Particle velocity and rotation will be set based on godot.ParticlesMaterial.emissionNormalTexture. Particle color will be modulated by godot.ParticlesMaterial.emissionColorTexture.

Ring

Particles will be emitted in a ring or cylinder.

Max

Represents the size of the godot.ParticlesMaterial_EmissionShapeEnum enum.