C# Class fCraft.Drawing.BrushManager

Indexes available brushes. Provides /Brush command, a way to register new brushes, a way to look up existing brushes by name.
显示文件 Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
RegisterBrush ( [ factory ) : void

Private Methods

Method Description
BrushHandler ( Player player, Command cmd ) : void
GetBrushFactory ( [ brushName ) : IBrushFactory
Init ( ) : void

Method Details

RegisterBrush() public static method

public static RegisterBrush ( [ factory ) : void
factory [
return void