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 |
|---|---|
| BakePosition | Bake the Transform position into the mesh. |
| BakeRotationAndScale | Bake the Transform rotation and scale into the mesh. |
| Default | The default baking options. |