C# Class RegexKSP.PreciseNode

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: jbengtson/ksp-precisenode

Public Properties

Property Type Description
config PluginConfiguration

Private Properties

Property Type Description
doWaitForKey void
drawEAngle void
drawEncounter void
drawNormalControls void
drawProgradeControls void
drawRadialControls void
drawTimeControls void
loadConfig void
processKeyInput void
saveConfig void

Public Methods

Method Description
Awake ( ) : void

Overridden function from MonoBehavior

FixedUpdate ( ) : void
OnDisable ( ) : void

Overridden function from MonoBehavior

OnGUI ( ) : void

Overridden function from MonoBehavior

Update ( ) : void

Overridden function from MonoBehavior

drawClockGUI ( ) : void

Draw Clock GUI

drawClockWindow ( int id ) : void

Draws the Clock window.

drawConicsGUI ( ) : void

Draw Conics GUI

drawConicsWindow ( int id ) : void

Draws the Conics window.

drawGUI ( ) : void

Draw Node Editor and Options GUI

drawKeymapperWindow ( int id ) : void

Draws the Keymapper window.

drawMainWindow ( int id ) : void

Draws the Node Editor window.

drawOptionsWindow ( int id ) : void

Draws the Options window.

drawTripWindow ( int id ) : void

Private Methods

Method Description
doWaitForKey ( String msg, byte key ) : void
drawEAngle ( ) : void
drawEncounter ( Color defaultColor ) : void
drawNormalControls ( Color contentColor ) : void
drawProgradeControls ( Color contentColor ) : void
drawRadialControls ( Color contentColor ) : void
drawTimeControls ( Color contentColor ) : void
loadConfig ( ) : void

Load any saved configuration from file.

processKeyInput ( ) : void

Processes keyboard input.

saveConfig ( ) : void

Save our configuration to file.

Method Details

Awake() public method

Overridden function from MonoBehavior
public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDisable() public method

Overridden function from MonoBehavior
public OnDisable ( ) : void
return void

OnGUI() public method

Overridden function from MonoBehavior
public OnGUI ( ) : void
return void

Update() public method

Overridden function from MonoBehavior
public Update ( ) : void
return void

drawClockGUI() public method

Draw Clock GUI
public drawClockGUI ( ) : void
return void

drawClockWindow() public method

Draws the Clock window.
public drawClockWindow ( int id ) : void
id int Identifier.
return void

drawConicsGUI() public method

Draw Conics GUI
public drawConicsGUI ( ) : void
return void

drawConicsWindow() public method

Draws the Conics window.
public drawConicsWindow ( int id ) : void
id int Identifier.
return void

drawGUI() public method

Draw Node Editor and Options GUI
public drawGUI ( ) : void
return void

drawKeymapperWindow() public method

Draws the Keymapper window.
public drawKeymapperWindow ( int id ) : void
id int Identifier.
return void

drawMainWindow() public method

Draws the Node Editor window.
public drawMainWindow ( int id ) : void
id int Identifier.
return void

drawOptionsWindow() public method

Draws the Options window.
public drawOptionsWindow ( int id ) : void
id int Identifier.
return void

drawTripWindow() public method

public drawTripWindow ( int id ) : void
id int
return void

Property Details

config public_oe property

public PluginConfiguration config
return PluginConfiguration