Interface IBrushRotationController
An interface that represent the controller for rotating the brush.
Inherited Members
Namespace: UnityEditor.TerrainTools
Syntax
public interface IBrushRotationController : IBrushController
Properties
brushRotation
Gets and sets the brush's rotation.
Declaration
float brushRotation { get; set; }
Property Value
Type | Description |
---|---|
Single |
currentRotation
Gets the current rotation of the brush.
Declaration
float currentRotation { get; }
Property Value
Type | Description |
---|---|
Single |