TextureMipmapLimitBiasMode
An enumeration that represents the bias mode to use for TextureMipmapLimitSettings.limitBias.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum TextureMipmapLimitBiasMode
Remarks
For additional information, see TextureMipmapLimitSettings.limitBias.
Additional Resources: TextureMipmapLimitSettings, TextureMipmapLimitSettings.limitBiasMode.
Fields
Value | Description |
|---|---|
| OffsetGlobalLimit | Indicates that TextureMipmapLimitSettings offsets the global texture mipmap limit by the TextureMipmapLimitSettings.limitBias value, instead of overriding it. |
| OverrideGlobalLimit | Indicates that TextureMipmapLimitSettings overrides the global texture mipmap limit by the TextureMipmapLimitSettings.limitBias value, instead of offsetting it. |