This version of Unity is unsupported.

QualitySettings.GetTextureMipmapLimitSettings

Switch to Manual

Declaration

public static TextureMipmapLimitSettings GetTextureMipmapLimitSettings(string groupName);

Parameters

groupName Name of the texture mipmap limit group to scan.

Returns

TextureMipmapLimitSettings Structure containing the settings for the indicated groupName.

Description

Retrieves a copy of the TextureMipmapLimitSettings from a texture mipmap limit group.

Throws an exception if Unity cannot find groupName.

See Also: TextureMipmapLimitSettings, SetTextureMipmapLimitSettings.