Enum CpuParticles2D.EmissionShapeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CpuParticles2D.EmissionShapeEnum : long
Fields
DirectedPoints = 5
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 = 6
Represents the size of the CpuParticles2D.EmissionShapeEnum enum.
Point = 0
All particles will be emitted from a single point.
Points = 4
Particles will be emitted at a position chosen randomly among EmissionPoints. Particle color will be modulated by EmissionColors.
Rectangle = 3
Particles will be emitted in the area of a rectangle.
Sphere = 1
Particles will be emitted in the volume of a sphere flattened to two dimensions.
SphereSurface = 2
Particles will be emitted on the surface of a sphere flattened to two dimensions.