[This is preliminary documentation and is subject to change.]
Class that desribes a type of brush in general, and allows creating new brushes with /Brush.
One instance of IBrushFactory for each type of brush is kept by the BrushManager.
Namespace: fCraft.DrawingAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public interface IBrushFactory
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Aliases | List of aliases/alternate names for this brush. May be null. | |
| Help | ||
| MakeBrush(Player, CommandReader) | Creates a new brush for a player, based on given parameters. | |
| Name |