MeshLodUtility.LodGenerationFlags
Settings for configuring the LOD generation process.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
[Flags]public enum MeshLodUtility.LodGenerationFlags
Fields
Value | Description |
|---|---|
| DiscardOddLevels | With this flag set, Unity discards generated Mesh LODs with odd levels. This reduces the memory load with fewer LOD levels available. |