C# Class fCraft.Drawing.CuboidWireframeDrawOperation

Draw operation that creates a wireframe cuboid, optionally filling sides and center.
Inheritance: DrawOperation
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
BlockEnumerator ( ) : IEnumerable

Method Details

CuboidWireframeDrawOperation() public méthode

public CuboidWireframeDrawOperation ( 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