This version of Unity is unsupported.

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.