Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

ParticleSystemRenderMode

enumeration

Description

The rendering mode for particle systems.

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

Properties

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.

Did you find this page useful? Please give it a rating: