C# Class SpaceSim.Spacecrafts.FalconCommon.F9S1Base

Inheritance: SpaceCraftBase
Afficher le fichier Open project: zlynn1990/SpaceSim

Méthodes publiques

Méthode Description
DeployGridFins ( ) : void
DeployLandingLegs ( ) : void
Update ( double dt ) : void

Méthodes protégées

Méthode Description
F9S1Base ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass, string texturePath, double finOffset = -16.3 ) : System
RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void

Method Details

DeployGridFins() public méthode

public DeployGridFins ( ) : void
Résultat void

DeployLandingLegs() public méthode

public DeployLandingLegs ( ) : void
Résultat void

F9S1Base() protected méthode

protected F9S1Base ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass, string texturePath, double finOffset = -16.3 ) : System
craftDirectory string
position VectorMath.DVector2
velocity VectorMath.DVector2
propellantMass double
texturePath string
finOffset double
Résultat System

RenderShip() protected méthode

protected RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
screenBounds System.Drawing.RectangleF
Résultat void

Update() public méthode

public Update ( double dt ) : void
dt double
Résultat void