Enum VisualServerSingleton.ParticlesDrawOrder

enum ParticlesDrawOrder : int { ... }

Enum members

NameDescription
particlesDrawOrderIndex Draw particles in the order that they appear in the particles array.
particlesDrawOrderLifetime Sort particles based on their lifetime.
particlesDrawOrderViewDepth Sort particles based on their distance to the camera.