# limitBiasMode

> Indicates whether the TextureMipmapLimitSettings.limitBias functions as an offset to the global texture mipmap limit or, instead, acts as an override to it.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public TextureMipmapLimitBiasMode limitBiasMode { readonly get; set; }
```

### Remarks

By default, this is equal to [TextureMipmapLimitBiasMode.OffsetGlobalLimit](/engine/6000.5/script-reference/unityengine/texturemipmaplimitbiasmode/offsetgloballimit.md). For additional information, see [TextureMipmapLimitSettings.limitBias](/engine/6000.5/script-reference/unityengine/texturemipmaplimitsettings/limitbias.md).

Additional Resources: [TextureMipmapLimitBiasMode](/engine/6000.5/script-reference/unityengine/texturemipmaplimitbiasmode.md), [QualitySettings.globalTextureMipmapLimit](/engine/6000.5/script-reference/unityengine/qualitysettings/globaltexturemipmaplimit.md).
