Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDescription()

Retrieves the description of the custom terrain tool.
Read time 1 minuteLast updated 13 days ago

Definition

public abstract string GetDescription()

Returns

Type

Description

stringTool description.

Remarks

This function must be implemented. Unity calls this method to populate the terrain tool inspector.
Additional Resources: TerrainPaintTool<T>.