Click or drag to resize

VisualServerParticlesDrawOrder Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.ParticlesDrawOrder"]

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

Draw particles in the order that they appear in the particles array.

Lifetime1

Sort particles based on their lifetime.

ViewDepth2

Sort particles based on their distance to the camera.

See Also