C# Class fCraft.Drawing.CuboidDrawOperation

Draw operation that creates a simple cuboid.
Inheritance: DrawOperation
Mostra file Open project: fragmer/fCraft Class Usage Examples

Public Methods

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

Method Details

CuboidDrawOperation() public method

public CuboidDrawOperation ( Player player )
player Player

DrawBatch() public method

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

Prepare() public method

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