Property | Type | Description | |
---|---|---|---|
INSTANCE |
Method | Description | |
---|---|---|
OnGUI ( ) : void | ||
Start ( ) : void | ||
closeGUI ( ) : void |
Should be called by the PartModule to close the GUI. This cleans up resources that were initialized when the GUI was opened.
|
|
openGUI ( SSTUTools.ModelData models, float diameter, bool>.Action |
Should be called by the PartModule to open the GUI.
|
Method | Description | |
---|---|---|
adapterSelected ( |
Internal call from GUI interaction when the 'select adapter' button is pressed for a specific adapter. Should issue a callback to the opening PartModule with info regarding what adapter was selected, and then close the GUI?
|
|
addModelControls ( ) : void | ||
closeInternal ( ) : void | ||
updateGUI ( ) : void |
Should be called by the PartModule to update the GUI on every OnGUI Unity call.
|
|
updateWindow ( int id ) : void |
public static openGUI ( SSTUTools.ModelData models, float diameter, bool>.Action |
||
models | SSTUTools.ModelData | |
diameter | float | |
modelSelectedCB | bool>.Action | |
return | void |