enabled
Allows you to enable or disable the LODGroup.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool enabled { get; set; }
Remarks
When enabled, the LODGroup manages which Renderer(s) to display or fade between based on the LOD settings assigned to the LODGroup. If you disable the LODGroup, it performs no action and all the Renderers in the group become enabled.