Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseThe rendering mode for particle systems (Shuriken).
This is used by the ParticleSystemRenderer to determine how to render the particles.
Billboard | Render particles as billboards facing the active camera. (Default) |
Stretch | Stretch particles in the direction of motion. |
HorizontalBillboard | Render particles as billboards always facing up along the y-Axis. |
VerticalBillboard | Render particles as billboards always facing the player, but not pitching along the x-Axis. |
Mesh | Render particles as meshes. |