Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemShapeType

The emission shape.
Read time 1 minuteLast updated 3 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemShapeType

Remarks

This is used by the ParticleSystem.ShapeModule to determine how to sort the particles.

Fields

Value

Description

BoxEmit from the volume of a box.
BoxEdgeEmit from the edges of a box.
BoxShellEmit from the surface of a box.
CircleEmit from a circle.
ConeEmit from the base of a cone.
ConeVolumeEmit from a cone.
DonutEmit from a Donut.
HemisphereEmit from a half-sphere.
MeshEmit from a mesh.
MeshRendererEmit from a mesh renderer.
RectangleEmit from a rectangle.
SingleSidedEdgeEmit from an edge.
SkinnedMeshRendererEmit from a skinned mesh renderer.
SphereEmit from a sphere.
SpriteEmit from a sprite.
SpriteRendererEmit from a sprite renderer.