Method | Description | |
---|---|---|
AddBlizzyButton ( ) : void | ||
AddButton ( ) : void | ||
Awake ( ) : void | ||
BeginHoverHousekeeping ( ) : void | ||
CallbackOnClickBlizzy ( ) : void | ||
CallbackOnDisable ( ) : void |
Callback for when the button is hidden or disabled by the application launcher
|
|
CallbackOnEnable ( ) : void |
Callback for when the button is shown or enabled by the application launcher
|
|
CallbackOnFalse ( ) : void |
Callback for when the button is toggled off
|
|
CallbackOnHide ( ) : void |
Callback for when the application launcher hides itself
|
|
CallbackOnHover ( ) : void |
Callback for when the mouse is hovering over the button
|
|
CallbackOnHoverOut ( ) : void |
Callback for when the mouse is hover is off the button
|
|
CallbackOnShow ( ) : void |
Callback for when the application launcher shows itself
|
|
CallbackOnTrue ( ) : void |
Callback for when the button is toggled on
|
|
CheckHoverOnPreviousGUIElement ( Part part ) : void |
Whatever the most recent GUILayout element was, remember the part it was for if the mouse was hovering in it.
|
|
Close ( ) : void | ||
DrawWindow ( int windowID ) : void | ||
EndHoverHousekeeping ( ) : void |
Control the highlighting of parts in the vessel depending on whether or not the mouse was hovering in the right spot to cause a highlight.
|
|
FirstTimeSetup ( ) : void |
Unity hates it when a MonoBehaviour has a constructor, so all the construction work is here instead:
|
|
GoAway ( ) : void | ||
OnDestroy ( ) : void | ||
OnGUI ( ) : void | ||
Open ( ) : void | ||
RemoveButton ( ) : void | ||
SetupBackingConfigInts ( ) : void |
In order to support the changes to solve issue #565 (see github for kOS) we have to store a temp value per integer field, that is NOT the actual official integer value of the field, but just stores the value the user is temporarily typing:
|
|
Start ( ) : void |
Method | Description | |
---|---|---|
BuildPanelSkin ( ) : |
||
CountBeginHorizontal ( string debugHelp = "" ) : void | ||
CountBeginVertical ( string debugHelp = "" ) : void | ||
CountEndHorizontal ( string debugHelp = "" ) : void | ||
CountEndVertical ( string debugHelp = "" ) : void | ||
DrawActiveCPUsOnPanel ( ) : void | ||
DrawConfigIntField ( int keyVal, int whichInt ) : int | ||
DrawPart ( Part part ) : void | ||
DrawPartRow ( Part part ) : void | ||
OnHideUI ( ) : void | ||
OnShowUI ( ) : void | ||
TelnetStatusMessage ( ) : string |
public CheckHoverOnPreviousGUIElement ( Part part ) : void | ||
part | Part | The part that just had info drawn for it |
return | void |