Version: 2022.3
public string GetName ();

返回

string 工具名称。

描述

检索自定义地形工具的名称。

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>.