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.
More...
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.
Creates an instance for this configured brush, for use with a specific DrawOperation.
- Parameters
-
| player | Player who will be using this brush. Errors and warnings about the brush creation should be communicated by messaging the player. |
| cmd | Parameters passed to the DrawOperation. If any are given, these parameters should generally replace any stored configuration. |
| op | DrawOperation that will be using this brush. |
- Returns
- A newly-made brush, or null if there was some problem with parameters/permissions.
| string fCraft.Drawing.IBrush.Description |
|
get |
A compact readable summary of brush type and configuration.
The documentation for this interface was generated from the following file: