Version: 2021.2
언어: 한국어

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.