Version: 2021.2
言語: 日本語
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.