Click or drag to resize

CPUParticlesDrawOrderEnum Enumeration

[Missing <summary> documentation for "T:Godot.CPUParticles.DrawOrderEnum"]

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

Particles are drawn in the order emitted.

Lifetime1

Particles are drawn in order of remaining lifetime.

ViewDepth2

Particles are drawn in order of depth.

See Also