mipmapLimitGroupName
Name of the texture mipmap limit group to which this texture belongs.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public string mipmapLimitGroupName { get; set; }
Remarks
Has no effect if the TextureImporter.textureShape is not or . Also, has no effect on textures without mipmaps. For additional information, see Texture2D.mipmapLimitGroup and Texture2DArray.mipmapLimitGroup.
Texture2DTexture2DArrayAdditional Resources: TextureMipmapLimitGroups.