SetTextureMipmapLimitSettings(string, TextureMipmapLimitSettings)
Applies new TextureMipmapLimitSettings to the indicated texture mipmap limit group.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static void SetTextureMipmapLimitSettings(string groupName, TextureMipmapLimitSettings textureMipmapLimitSettings)
Parameters
Name of the texture mipmap limit group to modify.
The new texture mipmap limit settings to apply.
Remarks
Throws an exception if Unity cannot find .
groupNameAt run time, if TextureMipmapLimitSettings.limitBias corresponds to a mip level that has been stripped, Unity sets the value to the closest mip level that has not been stripped. For additional information regarding mipmap stripping, see PlayerSettings.mipStripping.
Additional Resources: TextureMipmapLimitSettings, QualitySettings.GetTextureMipmapLimitSettings.