SetLODSettings(float, int, bool)
Sets the lodBias and maximumLODLevel at the same time.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static void SetLODSettings(float lodBias, int maximumLODLevel, bool setDirty = true)
Parameters
Remarks
If you pass in for the parameter, Unity refreshes all views.
truesetDirtyAdditional Resources: QualitySettings.lodBias, QualitySettings.maximumLODLevel.