C# Class CrisisAtSwissStation.PrimitiveBatch

Inheritance: IDisposable
Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station

Méthodes publiques

Méthode Description
AddVertex ( Vector2 vertex, Color color ) : void
Begin ( PrimitiveType primitiveType ) : void
Dispose ( ) : void
End ( ) : void
PrimitiveBatch ( GraphicsDevice graphicsDevice ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Flush ( ) : void
NumVertsPerPrimitive ( PrimitiveType primitive ) : int

Method Details

AddVertex() public méthode

public AddVertex ( Vector2 vertex, Color color ) : void
vertex Vector2
color Color
Résultat void

Begin() public méthode

public Begin ( PrimitiveType primitiveType ) : void
primitiveType PrimitiveType
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

End() public méthode

public End ( ) : void
Résultat void

PrimitiveBatch() public méthode

public PrimitiveBatch ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
Résultat System