C# Class RegexKSP.PreciseNode

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: jbengtson/ksp-precisenode

Méthodes publiques

Свойство Type Description
config PluginConfiguration

Private Properties

Свойство Type Description
doWaitForKey void
drawEAngle void
drawEncounter void
drawNormalControls void
drawProgradeControls void
drawRadialControls void
drawTimeControls void
loadConfig void
processKeyInput void
saveConfig void

Méthodes publiques

Méthode 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

Méthode 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 méthode

Overridden function from MonoBehavior
public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnDisable() public méthode

Overridden function from MonoBehavior
public OnDisable ( ) : void
Résultat void

OnGUI() public méthode

Overridden function from MonoBehavior
public OnGUI ( ) : void
Résultat void

Update() public méthode

Overridden function from MonoBehavior
public Update ( ) : void
Résultat void

drawClockGUI() public méthode

Draw Clock GUI
public drawClockGUI ( ) : void
Résultat void

drawClockWindow() public méthode

Draws the Clock window.
public drawClockWindow ( int id ) : void
id int Identifier.
Résultat void

drawConicsGUI() public méthode

Draw Conics GUI
public drawConicsGUI ( ) : void
Résultat void

drawConicsWindow() public méthode

Draws the Conics window.
public drawConicsWindow ( int id ) : void
id int Identifier.
Résultat void

drawGUI() public méthode

Draw Node Editor and Options GUI
public drawGUI ( ) : void
Résultat void

drawKeymapperWindow() public méthode

Draws the Keymapper window.
public drawKeymapperWindow ( int id ) : void
id int Identifier.
Résultat void

drawMainWindow() public méthode

Draws the Node Editor window.
public drawMainWindow ( int id ) : void
id int Identifier.
Résultat void

drawOptionsWindow() public méthode

Draws the Options window.
public drawOptionsWindow ( int id ) : void
id int Identifier.
Résultat void

drawTripWindow() public méthode

public drawTripWindow ( int id ) : void
id int
Résultat void

Property Details

config public_oe property

public PluginConfiguration config
Résultat PluginConfiguration