C# Class fCraft.Drawing.CuboidDrawOperation

Draw operation that creates a simple cuboid.
Inheritance: DrawOperation
Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Méthodes publiques

Méthode Description
CuboidDrawOperation ( Player player )
DrawBatch ( int maxBlocksToDraw ) : int
Prepare ( Vector3I marks ) : bool

Method Details

CuboidDrawOperation() public méthode

public CuboidDrawOperation ( Player player )
player Player

DrawBatch() public méthode

public DrawBatch ( int maxBlocksToDraw ) : int
maxBlocksToDraw int
Résultat int

Prepare() public méthode

public Prepare ( Vector3I marks ) : bool
marks Vector3I
Résultat bool