Version: 2020.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

TerrainPaintTool<T0>.GetName

매뉴얼로 전환
public string GetName ();

반환

string Tool name.

설명

Retrieves the name of the custom terrain tool.

This function must be implemented. Unity calls this method to populate the terrain tool inspector. To override a built-in tool with this one, you can provide the same name as the tool to override.

See Also: TerrainPaintTool<T0>.