Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isLOD0

Is the renderer the first LOD level in its group.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool isLOD0 { get; }

Remarks

Returns true if the renderer is part of a LOD group and is the LOD 0. If the renderer is not part of a LOD Group this method returns true.