Click or drag to resize

ParticlesMaterialEmissionShapeEnum Enumeration

[Missing <summary> documentation for "T:Godot.ParticlesMaterial.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 in the volume of a sphere.

Box2

Particles will be emitted in the volume of a box.

Points3

Particles will be emitted at a position determined by sampling a random point on the EmissionPointTexture. Particle color will be modulated by EmissionColorTexture.

DirectedPoints4

Particles will be emitted at a position determined by sampling a random point on the EmissionPointTexture. Particle velocity and rotation will be set based on EmissionNormalTexture. Particle color will be modulated by EmissionColorTexture.

Max5

Represents the size of the ParticlesMaterialEmissionShapeEnum enum.

See Also