Interface ITerrainToolPaintTool
An interface that represents a terrain paint tool.
Namespace: UnityEditor.TerrainTools
Assembly: Unity.TerrainTools.Editor.dll
Syntax
public interface ITerrainToolPaintTool
Properties
HasBrushFilters
Gets whether the paint tool supports brush filters.
Declaration
bool HasBrushFilters { get; }
Property Value
Type | Description |
---|---|
bool |