Enum MaximumLODLevelMode
Defines how the MaximumLOD is computed.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum MaximumLODLevelMode
Fields
| Name | Description | Value |
|---|---|---|
| FromQualitySettings | Use the current quality settings value. |
|
| OffsetQualitySettings | Offset the current quality settings value. |
|
| OverrideQualitySettings | Set the current quality settings value. |