Enum CpuParticles3D.EmissionShapeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CpuParticles3D.EmissionShapeEnum : long
Fields
Box = 3
Particles will be emitted in the volume of a box.
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 = 7
Represents the size of the CpuParticles3D.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.
Ring = 6
Particles will be emitted in a ring or cylinder.
Sphere = 1
Particles will be emitted in the volume of a sphere.
SphereSurface = 2
Particles will be emitted on the surface of a sphere.