TextureMipmapLimitGroups
Script interface for texture mipmap limit groups.
Read time 1 minuteLast updated 4 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#.
Additional Resources: TextureMipmapLimitSettings, QualitySettings.globalTextureMipmapLimit.
Static Methods
Method | Description |
|---|---|
| CreateGroup | (Editor Only) Attempts to create a texture mipmap limit group with the indicated |
| GetGroups | Retrieves a string array containing the name of all texture mipmap limit groups available in the project. |
| HasGroup | Checks whether a texture mipmap limit group with the indicated |
| RemoveGroup | (Editor Only) Attempts to remove a texture mipmap limit group with the indicated |