C# Class SpaceSim.Spacecrafts.ITS.ITSBooster

Inheritance: SpaceCraftBase
Afficher le fichier Open project: zlynn1990/SpaceSim Class Usage Examples

Méthodes publiques

Méthode Description
ITSBooster ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass = 6078138 ) : System

Méthodes protégées

Méthode Description
RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void

Method Details

ITSBooster() public méthode

public ITSBooster ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass = 6078138 ) : System
craftDirectory string
position VectorMath.DVector2
velocity VectorMath.DVector2
propellantMass 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