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
Name of the texture mipmap limit group to scan.
Returns
Type | Description |
|---|---|
| TextureMipmapLimitSettings | Structure containing the settings for the indicated |
Remarks
Throws an exception if Unity cannot find .
groupNameAdditional Resources: TextureMipmapLimitSettings, QualitySettings.SetTextureMipmapLimitSettings.