CPUParticlesEmissionShapeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.CPUParticles.EmissionShapeEnum"]
Namespace: Godot
public enum EmissionShapeEnum
Member name | Value | Description | |
---|---|---|---|
Point | 0 | All particles will be emitted from a single point. | |
Sphere | 1 | Particles will be emitted in the volume of a sphere. | |
Box | 2 | Particles will be emitted in the volume of a box. | |
Points | 3 | Particles will be emitted at a position chosen randomly among EmissionPoints. Particle color will be modulated by EmissionColors. | |
DirectedPoints | 4 | Particles will be emitted at a position chosen randomly among EmissionPoints. Particle velocity and rotation will be set based on EmissionNormals. Particle color will be modulated by EmissionColors. | |
Max | 5 | Represents the size of the CPUParticlesEmissionShapeEnum enum. |