Click or drag to resize

Particles2DDrawOrderEnum Enumeration

[Missing <summary> documentation for "T:Godot.Particles2D.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.

See Also