limitBiasMode
Indicates whether the TextureMipmapLimitSettings.limitBias functions as an offset to the global texture mipmap limit or, instead, acts as an override to it.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public TextureMipmapLimitBiasMode limitBiasMode { readonly get; set; }
Remarks
By default, this is equal to TextureMipmapLimitBiasMode.OffsetGlobalLimit. For additional information, see TextureMipmapLimitSettings.limitBias.
Additional Resources: TextureMipmapLimitBiasMode, QualitySettings.globalTextureMipmapLimit.