C# Class FlyingKite.Drawables.DrawableCurve2D

Inheritance: Drawable2D
Afficher le fichier Open project: WaveEngine/QuickStarters

Private Properties

Свойство Type Description
SetUpPoints void
SetUpPointsAndVertices void
SetUpVertex void
SetUpVertexBuffer void
UpdateGraphicDeviceAndDraw void

Méthodes publiques

Méthode Description
Draw ( System.TimeSpan gameTime ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
DrawDebugLines ( ) : void
Initialize ( ) : void

Private Methods

Méthode 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 méthode

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

Draw() public méthode

public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void

DrawDebugLines() protected méthode

protected DrawDebugLines ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void