C# Class fCraft.Drawing.CuboidHollowDrawOperation

Draw operation that creates a hollow cuboid, optionally filling the center.
Inheritance: DrawOperation
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

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

Private Methods

Méthode Description
BlockEnumerator ( ) : IEnumerable

Method Details

CuboidHollowDrawOperation() public méthode

public CuboidHollowDrawOperation ( Player player ) : System
player Player
Résultat System

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