Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
KSP.UI.Screens.EditorLaunchPadItem Class Reference
Inheritance diagram for KSP.UI.Screens.EditorLaunchPadItem:

Public Member Functions

void Create (UILaunchsiteController controller, string siteName, string textName)
 Create a Launch Site Item in the UI. More...
 
void MouseInput_Launch ()
 
void MouseInput_SelectDefault (bool value)
 

Public Attributes

Button buttonLaunch = null
 
string siteName
 
TMPro.TextMeshProUGUI textName = null
 
Toggle toggleSetDefault = null
 

Member Function Documentation

void KSP.UI.Screens.EditorLaunchPadItem.Create ( UILaunchsiteController  controller,
string  siteName,
string  textName 
)
inline

Create a Launch Site Item in the UI.

Parameters
controllerReference to the controller script
siteNameThe internal launch site name (In English)
textNameLocalized name of the launch site shown in the UI
void KSP.UI.Screens.EditorLaunchPadItem.MouseInput_Launch ( )
inline
void KSP.UI.Screens.EditorLaunchPadItem.MouseInput_SelectDefault ( bool  value)
inline

Member Data Documentation

Button KSP.UI.Screens.EditorLaunchPadItem.buttonLaunch = null
string KSP.UI.Screens.EditorLaunchPadItem.siteName
TMPro.TextMeshProUGUI KSP.UI.Screens.EditorLaunchPadItem.textName = null
Toggle KSP.UI.Screens.EditorLaunchPadItem.toggleSetDefault = null

The documentation for this class was generated from the following file: