Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

groupName

Name of the texture mipmap limit group to modify.

textureMipmapLimitSettings

The new texture mipmap limit settings to apply.

Remarks

Throws an exception if Unity cannot find
groupName
.
At 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.