Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTextureMipmapLimitSettings(string)

Retrieves a copy of the TextureMipmapLimitSettings from a texture mipmap limit group.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static TextureMipmapLimitSettings GetTextureMipmapLimitSettings(string groupName)

Parameters

groupName

Name of the texture mipmap limit group to scan.

Returns

Type

Description

TextureMipmapLimitSettingsStructure containing the settings for the indicated
groupName
.

Remarks

Throws an exception if Unity cannot find
groupName
.