Enum CpuParticles2D.DrawOrderEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CpuParticles2D.DrawOrderEnum : long
Fields
Index = 0
Particles are drawn in the order emitted.
Lifetime = 1
Particles are drawn in order of remaining lifetime. In other words, the particle with the highest lifetime is drawn at the front.