[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.Drawing
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public interface IBrushFactory

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Aliases
List of aliases/alternate names for this brush. May be null.
Help
Information printed to the player when they call "/help brush ThisBrushesName". Should include description and usage information.
MakeBrush(Player, CommandReader)
Creates a new brush for a player, based on given parameters.
Name
Name of the brush. Should be unique.

See Also