Interface IBrushStrengthController
An interface that represent the controller for the brush's strength.
Inherited Members
Namespace: UnityEditor.TerrainTools
Syntax
public interface IBrushStrengthController : IBrushController
Properties
brushStrength
Gets and sets the brush's strength.
Declaration
float brushStrength { get; set; }
Property Value
Type | Description |
---|---|
Single |