C# Class fCraft.Drawing.TriangleDrawOperation

Inheritance: DrawOperation
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

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

Private Methods

Méthode Description
GetBlockTotalEstimate ( ) : int
IsTriangleBlock ( ) : bool
TestAxis ( int x, int y, int z ) : bool

Method Details

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

TriangleDrawOperation() public méthode

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