Version: 2020.2

ParticleSystemSortMode

enumeration

切换到手册

描述

粒子系统的排序模式。

变量

None无排序。
DistanceSort based on distance to the camera position. For orthographic cameras, this mode is the same as sorting by depth.
OldestInFront将最早的粒子排序到前面。
YoungestInFront将最新的粒子排序到前面。
DepthSort based on depth from the camera plane.