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. |
0 |
OffsetQualitySettings | Offset the current quality settings value. |
1 |
OverrideQualitySettings | Set the current quality settings value. |
2 |