Свойство | Тип | Описание | |
---|---|---|---|
Altitude | float |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
OnDestroy ( ) : void |
Saves the settings when this object is destroyed.
|
|
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
CheckEditorLock ( ) : void |
Checks whether the editor should be locked to stop click-through.
|
|
DrawAtmosphericDetails ( ) : void |
Draws the atmospheric settings.
|
|
DrawBodiesList ( ) : void | ||
DrawBody ( CelestialBodies bodyInfo, int depth ) : void | ||
DrawBurnTime ( ) : void |
Draws the burn time column.
|
|
DrawCost ( ) : void |
Draws the cost column.
|
|
DrawDeltaV ( ) : void |
Draws the deltaV column.
|
|
DrawIsp ( ) : void |
Draws the specific impluse column.
|
|
DrawMass ( ) : void |
Draws the mass column.
|
|
DrawPartCount ( ) : void |
Draws the part count column.
|
|
DrawSettings ( ) : void |
Draws the settings panel.
|
|
DrawStageNumbers ( ) : void |
Draws the stage number column.
|
|
DrawThrust ( ) : void |
Draws the thrust column.
|
|
DrawTorque ( ) : void |
Draws the torque column.
|
|
DrawTwr ( ) : void |
Drwas the thrust to weight ratio column.
|
|
EditorLock ( bool state ) : void | ||
GetStageInfo ( ) : void | ||
InitialiseStyles ( ) : void |
Initialises all the styles that are required.
|
|
Load ( ) : void |
Loads the settings when this object is created.
|
|
OnSizeChanged ( ) : void | ||
Window ( int windowId ) : void |
Draws the OnGUI window.
|