C# Class GravityTurn.GravityTurner

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: johnfink8/GravityTurn Class Usage Examples

Méthodes publiques

Свойство Type Description
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 GravityTurn.Window.FlightMapWindow
lastTimeMeasured float
stage StageController
vesselState VesselState
windowManager GravityTurn.Window.WindowManager

Private Properties

Свойство Type Description
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 UnityEngine.Quaternion
SaveParameters void
SetWindowOpen void
Start void
TWRWeightedAverage double
Update void
fly void

Méthodes publiques

Méthode Description
CalculateSettings ( Vessel vessel, bool UseBest = false ) : void
GetFlightMapFilename ( ) : string
Kill ( ) : void
Launch ( ) : void
Log ( string format ) : void

Private Methods

Méthode Description
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 ( ) : Quaternion
SaveParameters ( ) : void
SetWindowOpen ( ) : void
Start ( ) : void
TWRWeightedAverage ( double MinimumDeltaV, Vessel vessel ) : double
Update ( ) : void
fly ( FlightCtrlState s ) : void

Method Details

CalculateSettings() public méthode

public CalculateSettings ( Vessel vessel, bool UseBest = false ) : void
vessel Vessel
UseBest bool
Résultat void

GetFlightMapFilename() public méthode

public GetFlightMapFilename ( ) : string
Résultat string

Kill() public méthode

public Kill ( ) : void
Résultat void

Launch() public méthode

public Launch ( ) : void
Résultat void

Log() public static méthode

public static Log ( string format ) : void
format string
Résultat void

Property Details

HorizontalDistance public_oe property

public double HorizontalDistance
Résultat double

LaunchBody public_oe property

public CelestialBody LaunchBody
Résultat CelestialBody

LaunchName public_oe property

public string LaunchName
Résultat string

Launching public_oe property

public bool Launching
Résultat bool

MaxHeat public_oe property

public double MaxHeat
Résultat double

MaxThrust public_oe property

public double MaxThrust
Résultat double

Message public_oe property

public string Message
Résultat string

NeutralThrottle public_oe property

public float NeutralThrottle
Résultat float

PitchAdjustment public_oe property

public MovingAverage PitchAdjustment
Résultat MovingAverage

PrevTime public_oe property

public double PrevTime
Résultat double

Throttle public_oe property

public MovingAverage Throttle
Résultat MovingAverage

TimeSpeed public_oe property

public double TimeSpeed
Résultat double

TotalLoss public_oe property

public double TotalLoss
Résultat double

button public_oe property

public ApplicationLauncherButton button
Résultat ApplicationLauncherButton

flightMapWindow public_oe property

public FlightMapWindow,GravityTurn.Window flightMapWindow
Résultat GravityTurn.Window.FlightMapWindow

lastTimeMeasured public_oe property

public float lastTimeMeasured
Résultat float

stage public_oe property

public StageController,GravityTurn stage
Résultat StageController

vesselState public_oe property

public VesselState vesselState
Résultat VesselState

windowManager public_oe property

public WindowManager,GravityTurn.Window windowManager
Résultat GravityTurn.Window.WindowManager