Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ParticleSystemRenderMode

Description

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 player. (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.