C# Класс KerbalEngineer.Editor.BuildAdvanced

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

Открытые свойства

Свойство Тип Описание
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.

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

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

protected Awake ( ) : void
Результат void

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

Saves the settings when this object is destroyed.
protected OnDestroy ( ) : void
Результат void

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

protected OnGUI ( ) : void
Результат void

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

protected Start ( ) : void
Результат void

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

protected Update ( ) : void
Результат void

Описание свойств

Altitude публичное статическое свойство

public static float Altitude
Результат float