Click or drag to resize

CPUParticles2DEmissionShapeEnum Enumeration

[Missing <summary> documentation for "T:Godot.CPUParticles2D.EmissionShapeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum EmissionShapeEnum
Members
  Member nameValueDescription
Point0

All particles will be emitted from a single point.

Sphere1

Particles will be emitted on the surface of a sphere flattened to two dimensions.

Rectangle2

Particles will be emitted in the area of a rectangle.

Points3

Particles will be emitted at a position chosen randomly among EmissionPoints. Particle color will be modulated by EmissionColors.

DirectedPoints4

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.

Max5

Represents the size of the CPUParticles2DEmissionShapeEnum enum.

See Also