Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Graphics.vxLineBatch Class Reference

This is a Line Batch Drawer which can draw lines based off a number of different inputs (i.e. Shapes, Vertices etc...). This has been taken and slightly modified from the Farseer Test Bed. More...

Inheritance diagram for VerticesEngine.Graphics.vxLineBatch:

Public Member Functions

 vxLineBatch (GraphicsDevice graphicsDevice, int bufferSize=DefaultBufferSize)
 
void Dispose ()
 
void Begin (Matrix projection, Matrix view)
 
void DrawLineShape (Shape shape)
 
void DrawLineShape (Shape shape, Color color)
 
void DrawRectangle (Rectangle rect, Color color)
 
void DrawLine (Vector2 v1, Vector2 v2)
 
void DrawLine (Vector2 v1, Vector2 v2, Color color)
 
void DrawLine (Vector2 v1, Vector2 v2, Color color, float z)
 
void End ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

This is a Line Batch Drawer which can draw lines based off a number of different inputs (i.e. Shapes, Vertices etc...). This has been taken and slightly modified from the Farseer Test Bed.


The documentation for this class was generated from the following file: