C# Class Buoyancy.BuoyancyRenderer

Inheritance: Drawable2D
Datei anzeigen Open project: WaveEngine/Samples

Public Methods

Method Description
Draw ( System.TimeSpan gameTime ) : void

Draw method

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose method

Private Methods

Method Description
DrawPolygon ( System.Vector2 vertices, System.Color color ) : void

Draw Polygon

DrawSegment ( System.Vector2 p1, System.Vector2 p2, System.Color &color ) : void

Draw Segment

Method Details

Dispose() protected method

Dispose method
protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

Draw method
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void