ParticleSystemRenderMode

enumeration

Cambiar al Manual

Descripción

The rendering mode for particle systems (Shuriken).

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

Variables

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.