C# Class FlyingKite.Drawables.DrawableCurve2D

Inheritance: Drawable2D
Mostra file Open project: WaveEngine/QuickStarters

Private Properties

Property Type Description
SetUpPoints void
SetUpPointsAndVertices void
SetUpVertex void
SetUpVertexBuffer void
UpdateGraphicDeviceAndDraw void

Public Methods

Method Description
Draw ( System.TimeSpan gameTime ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
DrawDebugLines ( ) : void
Initialize ( ) : void

Private Methods

Method Description
SetUpPoints ( ) : void
SetUpPointsAndVertices ( int i = 1, bool lastPoint = false ) : void
SetUpVertex ( int i, System.Vector2 &point ) : void
SetUpVertexBuffer ( ) : void
UpdateGraphicDeviceAndDraw ( ) : void

Method Details

Dispose() protected method

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

Draw() public method

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

DrawDebugLines() protected method

protected DrawDebugLines ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void