Version: 2022.2
언어: 한국어

TerrainLayerUtility.ValidateNormalMapTextureUI

매뉴얼로 전환
public static void ValidateNormalMapTextureUI (Texture2D texture, bool normalMapTextureType);

파라미터

texture The texture to validate.
normalMapTextureType The return value from the CheckNormalMapTextureType method indicating whether the texture is imported as a normal map.

설명

Checks whether the texture is a valid TerrainLayer normal map texture. If it detects that the texture is not valid, it displays a warning message that identifies the issue.

A valid normal map texture must be correctly imported as a normal map, have Repeat wrap mode and mipmaps enabled.