ParticleSystemSortMode

enumeration

Description

The sorting mode for particle systems.

Properties

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.
DistanceReverseSort based on reverse distance to the camera position. For orthographic cameras, this mode is the same as sorting by depth.
DepthReverseSort based on reverse depth from the camera plane.

Did you find this page useful? Please give it a rating: