VisualServerParticlesDrawOrder Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.ParticlesDrawOrder"]
Namespace: Godot
public enum ParticlesDrawOrder
Member name | Value | Description | |
---|---|---|---|
Index | 0 | Draw particles in the order that they appear in the particles array. | |
Lifetime | 1 | Sort particles based on their lifetime. | |
ViewDepth | 2 | Sort particles based on their distance to the camera. |