Version: 2021.1
언어: 한국어

ParticleSystemRenderMode

enumeration

매뉴얼로 전환

설명

The rendering mode for particle systems.

This is used by the ParticleSystemRenderer to determine how to render the particles.

변수

BillboardRender particles as billboards facing the active camera. (Default)
StretchStretch particles in the direction of motion.
HorizontalBillboardRender particles as billboards always facing up along the y-Axis.
VerticalBillboardRender particles as billboards always facing the player, but not pitching along the x-Axis.
MeshRender particles as meshes.
NoneDo not render particles.