Version: 2022.3

QualitySettings.GetTextureMipmapLimitSettings

切换到手册
public static TextureMipmapLimitSettings GetTextureMipmapLimitSettings (string groupName);

参数

groupName Name of the texture mipmap limit group to scan.

返回

TextureMipmapLimitSettings Structure containing the settings for the indicated groupName.

描述

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

Throws an exception if Unity cannot find groupName.

See Also: TextureMipmapLimitSettings, SetTextureMipmapLimitSettings.