Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemMeshShapeType

The mesh emission type.
Read time 1 minuteLast updated 10 days ago

Definition

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

Fields

Value

Description

EdgeEmit from the edges of the mesh.
TriangleEmit from the surface of the mesh.
VertexEmit from the vertices of the mesh.