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 chosen randomly among godot.CPUParticles.emissionPoints. Particle color will be modulated by godot.CPUParticles.emissionColors.

DirectedPoints

Particles will be emitted at a position chosen randomly among godot.CPUParticles.emissionPoints. Particle velocity and rotation will be set based on godot.CPUParticles.emissionNormals. Particle color will be modulated by godot.CPUParticles.emissionColors.

Ring

Particles will be emitted in a ring or cylinder.

Max

Represents the size of the godot.CPUParticles_EmissionShapeEnum enum.