TerrainLayerUtility.ValidateDiffuseTextureUI

Cambiar al Manual
public static void ValidateDiffuseTextureUI (Texture2D texture);

Parámetros

textureThe texture to validate.

Descripción

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.