Version: 2021.3
언어: 한국어

TerrainLayerUtility.ValidateDiffuseTextureUI

매뉴얼로 전환
public static void ValidateDiffuseTextureUI (Texture2D texture);

파라미터

texture The texture to validate.

설명

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

A valid diffuse texture must have Repeat wrap mode and mipmaps enabled.