Version: 2021.1
언어: 한국어

ParticleSystemSortMode

enumeration

매뉴얼로 전환

설명

The sorting mode for particle systems.

변수

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.