C# Class fCraft.Drawing.LineDrawOperation

Inheritance: DrawOperation
Show file Open project: GlennMR/800craft

Public Methods

Method Description
DrawBatch ( int maxBlocksToDraw ) : int
LineDrawOperation ( Player player ) : System
Prepare ( Vector3I marks ) : bool

Method Details

DrawBatch() public method

public DrawBatch ( int maxBlocksToDraw ) : int
maxBlocksToDraw int
return int

LineDrawOperation() public method

public LineDrawOperation ( Player player ) : System
player Player
return System

Prepare() public method

public Prepare ( Vector3I marks ) : bool
marks Vector3I
return bool