C# Class KerbalEngineer.Control.ControlCentre

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Protected Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void

Private Methods

Method Description
CentreWindow ( ) : void
DrawContents ( ) : void
DrawSelectors ( ) : void
InitialiseStyles ( ) : void
LoadPanels ( ) : void
Window ( int windowId ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnGUI() protected method

protected OnGUI ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void