Table of Contents

Enum CpuParticles3D.DrawOrderEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum CpuParticles3D.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.

ViewDepth = 2

Particles are drawn in order of depth.