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