Version: 2022.3

TerrainInspectorUtility.TerrainShaderValidationGUI

切换到手册
public static void TerrainShaderValidationGUI (Material material);

参数

material The Material to validate.

描述

Checks whether a Material is compatible with Terrain.

This method determines whether a Material is intended for Terrain use. If the Material is incompatible with Terrain, Unity displays a warning message that lets you know where to find a shader that is compatible with Terrain. It also explains how you can use the `TerrainCompatible` tag to suppress this warning message.