EMISSION_SHAPE_POINT:null = 0
All particles will be emitted from a single point.
EMISSION_SHAPE_SPHERE:null = 1
Particles will be emitted in the volume of a sphere.
EMISSION_SHAPE_SPHERE_SURFACE:null = 2
Particles will be emitted on the surface of a sphere.
EMISSION_SHAPE_BOX:null = 3
Particles will be emitted in the volume of a box.
EMISSION_SHAPE_POINTS:null = 4
Particles will be emitted at a position chosen randomly among
emission_points. Particle color will be modulated by
emission_colors.
EMISSION_SHAPE_DIRECTED_POINTS:null = 5
Particles will be emitted at a position chosen randomly among
emission_points. Particle velocity and rotation will be set based on
emission_normals. Particle color will be modulated by
emission_colors.
EMISSION_SHAPE_RING:null = 6
Particles will be emitted in a ring or cylinder.
EMISSION_SHAPE_MAX:null = 7
Represents the size of the
EmissionShape enum.