ParticlesDrawOrderEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Particles.DrawOrderEnum"]
Namespace: Godot
public enum DrawOrderEnum
| Member name | Value | Description | |
|---|---|---|---|
| Index | 0 | Particles are drawn in the order emitted. | |
| Lifetime | 1 | Particles are drawn in order of remaining lifetime. | |
| ViewDepth | 2 | Particles are drawn in order of depth. |