Version: 2022.3
言語: 日本語

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.