[This is preliminary documentation and is subject to change.]
The IBrushInstance type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Begin(Player, DrawOperation) | Called when the DrawOperation starts. Should be used to verify that the brush is ready for use.
Resources used by the brush should be obtained here. | |
| End()()()() | Called when the DrawOperation is done or cancelled.
Resources used by the brush should be freed/disposed here. | |
| NextBlock(DrawOperation) | Provides the next Block type for the given DrawOperation. |