C# 클래스 RegexKSP.PreciseNode

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: jbengtson/ksp-precisenode

공개 프로퍼티들

프로퍼티 타입 설명
config PluginConfiguration

Private Properties

프로퍼티 타입 설명
doWaitForKey void
drawEAngle void
drawEncounter void
drawNormalControls void
drawProgradeControls void
drawRadialControls void
drawTimeControls void
loadConfig void
processKeyInput void
saveConfig void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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.

메소드 상세

Awake() 공개 메소드

Overridden function from MonoBehavior
public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnDisable() 공개 메소드

Overridden function from MonoBehavior
public OnDisable ( ) : void
리턴 void

OnGUI() 공개 메소드

Overridden function from MonoBehavior
public OnGUI ( ) : void
리턴 void

Update() 공개 메소드

Overridden function from MonoBehavior
public Update ( ) : void
리턴 void

drawClockGUI() 공개 메소드

Draw Clock GUI
public drawClockGUI ( ) : void
리턴 void

drawClockWindow() 공개 메소드

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

drawConicsGUI() 공개 메소드

Draw Conics GUI
public drawConicsGUI ( ) : void
리턴 void

drawConicsWindow() 공개 메소드

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

drawGUI() 공개 메소드

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

drawKeymapperWindow() 공개 메소드

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

drawMainWindow() 공개 메소드

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

drawOptionsWindow() 공개 메소드

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

drawTripWindow() 공개 메소드

public drawTripWindow ( int id ) : void
id int
리턴 void

프로퍼티 상세

config 공개적으로 프로퍼티

public PluginConfiguration config
리턴 PluginConfiguration