[This is preliminary documentation and is subject to change.]
Class that describes a configured brush, and allows creating instances for specific DrawOperations.
Configuration-free brush types may combine IBrushFactory and IBrushType into one class.
Namespace: fCraft.DrawingAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public interface IBrush
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Description | A compact readable summary of brush type and configuration. | |
| Factory | IBrushFactory associated with this brush type. | |
| MakeInstance(Player, CommandReader, DrawOperation) | Creates an instance for this configured brush, for use with a specific DrawOperation. |