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

Syntax

   
 C# 
public static class BrushManager

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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.

Inheritance Hierarchy

System..::..Object
  fCraft.Drawing..::..BrushManager

See Also