C# Класс SpaceSim.Spacecrafts.FalconCommon.F9S1Base

Наследование: SpaceCraftBase
Показать файл Открыть проект

Открытые методы

Метод Описание
DeployGridFins ( ) : void
DeployLandingLegs ( ) : void
Update ( double dt ) : void

Защищенные методы

Метод Описание
F9S1Base ( string craftDirectory, DVector2 position, DVector2 velocity, double propellantMass, string texturePath, double finOffset = -16.3 ) : System
RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void

Описание методов

DeployGridFins() публичный Метод

public DeployGridFins ( ) : void
Результат void

DeployLandingLegs() публичный Метод

public DeployLandingLegs ( ) : void
Результат void

F9S1Base() защищенный Метод

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
Результат System

RenderShip() защищенный Метод

protected RenderShip ( Graphics graphics, RectangleD cameraBounds, RectangleF screenBounds ) : void
graphics System.Drawing.Graphics
cameraBounds VectorMath.RectangleD
screenBounds System.Drawing.RectangleF
Результат void

Update() публичный Метод

public Update ( double dt ) : void
dt double
Результат void