GetDescription()
Retrieves the description of the custom terrain tool.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public abstract string GetDescription()
Returns
Type | Description |
|---|---|
| string | Tool description. |
Remarks
This function must be implemented. Unity calls this method to populate the terrain tool inspector.
Additional Resources: TerrainPaintTool<T>.