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.