[This is preliminary documentation and is subject to change.]
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.
Namespace: fCraft.DrawingAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
bool Begin( Player player, DrawOperation op )
Parameters
- player
- Player
Player who started the DrawOperation.
- op
- DrawOperation
DrawOperation that will be using this brush.