Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemBakeMeshOptions

Configure how a Particle System is baked into a mesh.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
[Flags]public enum ParticleSystemBakeMeshOptions

Fields

Value

Description

BakePositionBake the Transform position into the mesh.
BakeRotationAndScaleBake the Transform rotation and scale into the mesh.
DefaultThe default baking options.