C# Class fCraft.Drawing.PlaneDrawOperation

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

Public Methods

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

Private Methods

Method Description
GetBlockTotalEstimate ( ) : int
IsPlaneBlock ( ) : bool
TestAxis ( int x, int y, int z ) : bool

Method Details

DrawBatch() public method

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

PlaneDrawOperation() public method

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

Prepare() public method

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