ParticleSystemSortMode

enumeration

Switch to Manual

Description

The sorting mode for particle systems.

Variables

NoneNo sorting.
DistanceSort based on distance to the camera position. For orthographic cameras, this mode is the same as sorting by depth.
OldestInFrontSort the oldest particles to the front.
YoungestInFrontSort the youngest particles to the front.
DepthSort based on depth from the camera plane.