Version: 2023.1
언어: 한국어

QualitySettings.SetTextureMipmapLimitSettings

매뉴얼로 전환
public static void SetTextureMipmapLimitSettings (string groupName, TextureMipmapLimitSettings textureMipmapLimitSettings);

파라미터

groupName Name of the texture mipmap limit group to modify.
textureMipmapLimitSettings The new texture mipmap limit settings to apply.

설명

Applies new TextureMipmapLimitSettings to the indicated texture mipmap limit group.

Throws an exception if Unity cannot find groupName.

At run time, if TextureMipmapLimitSettings.limitBias corresponds to a mip level that has been stripped, Unity sets the value to the closest mip level that has not been stripped. For additional information regarding mipmap stripping, see PlayerSettings.mipStripping.

See Also: TextureMipmapLimitSettings, GetTextureMipmapLimitSettings.