Values
Point
All particles will be emitted from a single point.
Sphere
Particles will be emitted on the surface of a sphere flattened to two dimensions.
Rectangle
Particles will be emitted in the area of a rectangle.
Points
Particles will be emitted at a position chosen randomly among godot.CPUParticles2D.emissionPoints
. Particle color will be modulated by godot.CPUParticles2D.emissionColors
.
DirectedPoints
Particles will be emitted at a position chosen randomly among godot.CPUParticles2D.emissionPoints
. Particle velocity and rotation will be set based on godot.CPUParticles2D.emissionNormals
. Particle color will be modulated by godot.CPUParticles2D.emissionColors
.
Max
Represents the size of the godot.CPUParticles2D_EmissionShapeEnum
enum.