프로퍼티 | 타입 | 설명 | |
---|---|---|---|
config | PluginConfiguration |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public drawKeymapperWindow ( int id ) : void | ||
id | int | Identifier. |
리턴 | void |