[This is preliminary documentation and is subject to change.]
Indexes available brushes.
Provides /Brush command, a way to register new brushes,
a way to look up existing brushes by name.
Namespace: fCraft.DrawingAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public static class BrushManager
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetBrushFactory(String) | Finds IBrushFactory for given brush name or alias.
Case-insensitive. Does not autocomplete names. | |
| RegisterBrush(IBrushFactory) | Registers a new brush. | |
| RegisteredFactories | Provides a list of all registered IBrushFactories. |