C# Class fCraft.Drawing.CylinderDrawOperation

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

Public Methods

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

Method Details

CylinderDrawOperation() public method

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

DrawBatch() public method

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

Prepare() public method

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