# mipmapLimitGroupName

> Name of the texture mipmap limit group to which this texture belongs.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public string mipmapLimitGroupName { get; set; }
```

### Remarks

For additional information, see [Texture2D.mipmapLimitGroup](/engine/6000.3/script-reference/unityengine/texture2d/mipmaplimitgroup.md).
