Enum LODBiasMode
Defines how the LODBias value is computed.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum LODBiasMode
Fields
| Name | Description | Value |
|---|---|---|
| FromQualitySettings | Use the current quality settings value. |
|
| OverrideQualitySettings | Set the current quality settings value. |
|
| ScaleQualitySettings | Scale the current quality settings value. |