Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maximumMeshLod

The maximum LOD level index after which the mesh generation stops.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public int maximumMeshLod { get; set; }

Remarks

The import process stops after the LOD level index reaches the value of this property. For example, if you set this property to 5, the generated LOD levels will only go up to LOD5. The generation process might stop before the LOD level reaches the value in this property if the stop condition is met.
A negative value means that there is no limit on the number of LOD levels.