Свойство | Тип | Описание | |
---|---|---|---|
HorizontalDistance | double | ||
LaunchBody | CelestialBody | ||
LaunchName | string | ||
Launching | bool | ||
MaxHeat | double | ||
MaxThrust | double | ||
Message | string | ||
NeutralThrottle | float | ||
PitchAdjustment | MovingAverage | ||
PrevTime | double | ||
Throttle | MovingAverage | ||
TimeSpeed | double | ||
TotalLoss | double | ||
button | ApplicationLauncherButton | ||
flightMapWindow | |||
lastTimeMeasured | float | ||
stage | |||
vesselState | VesselState | ||
windowManager |
Свойство | Тип | Описание | |
---|---|---|---|
CalculateLosses | void | ||
ConfigFilename | string | ||
CreateButtonIcon | void | ||
DebugGUI | void | ||
FixedUpdate | void | ||
GetMaxThrust | double | ||
InitializeNumbers | void | ||
LaunchHeading | float | ||
LoadParameters | void | ||
MaxAngle | float | ||
OnDestroy | void | ||
OnGUI | void | ||
PreflightInfo | string | ||
ProgradeHeading | float | ||
RollRotation | |||
SaveParameters | void | ||
SetWindowOpen | void | ||
Start | void | ||
TWRWeightedAverage | double | ||
Update | void | ||
fly | void |
Метод | Описание | |
---|---|---|
CalculateSettings ( Vessel vessel, bool UseBest = false ) : void | ||
GetFlightMapFilename ( ) : string | ||
Kill ( ) : void | ||
Launch ( ) : void | ||
Log ( string format ) : void |
Метод | Описание | |
---|---|---|
CalculateLosses ( Vessel vessel ) : void | ||
ConfigFilename ( Vessel vessel ) : string | ||
CreateButtonIcon ( ) : void | ||
DebugGUI ( int windowID ) : void | ||
FixedUpdate ( ) : void | ||
GetMaxThrust ( Vessel vessel ) : double | ||
InitializeNumbers ( Vessel vessel ) : void | ||
LaunchHeading ( Vessel vessel ) : float | ||
LoadParameters ( ) : void | ||
MaxAngle ( Vessel vessel ) : float | ||
OnDestroy ( ) : void | ||
OnGUI ( ) : void | ||
PreflightInfo ( Vessel vessel ) : string | ||
ProgradeHeading ( bool surface = true ) : float | ||
RollRotation ( ) : |
||
SaveParameters ( ) : void | ||
SetWindowOpen ( ) : void | ||
Start ( ) : void | ||
TWRWeightedAverage ( double MinimumDeltaV, Vessel vessel ) : double | ||
Update ( ) : void | ||
fly ( FlightCtrlState s ) : void |
public CalculateSettings ( Vessel vessel, bool UseBest = false ) : void | ||
vessel | Vessel | |
UseBest | bool | |
Результат | void |
public static Log ( string format ) : void | ||
format | string | |
Результат | void |
public ApplicationLauncherButton button | ||
Результат | ApplicationLauncherButton |
public FlightMapWindow,GravityTurn.Window flightMapWindow | ||
Результат |