Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextureMipmapLimitGroups

Script interface for texture mipmap limit groups.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static class TextureMipmapLimitGroups

Remarks

Use this class to add, remove or detect texture mipmap limit groups in C#.

Static Methods

Method

Description

CreateGroup(Editor Only) Attempts to create a texture mipmap limit group with the indicated groupName.
GetGroupsRetrieves a string array containing the name of all texture mipmap limit groups available in the project.
HasGroupChecks whether a texture mipmap limit group with the indicated groupName exists in the project. This operation fails and throws an exception if groupName is null.
RemoveGroup(Editor Only) Attempts to remove a texture mipmap limit group with the indicated groupName.