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

Public Member Functions

void HideAppFromInput ()
 Hides the appFrame More...
 
void SelectNext ()
 Cycle "upwards" through the override groups More...
 
void SelectPrev ()
 Cycle "downwards" through the override groups More...
 
void UpdateOverrideGroupText ()
 Update the indicated override group number More...
 
- Public Member Functions inherited from KSP.UI.Screens.UIApp
virtual void Awake ()
 
void ForceAddToAppLauncher ()
 

Protected Member Functions

override void DisplayApp ()
 
override
ApplicationLauncher.AppScenes 
GetAppScenes ()
 
override UnityEngine.Vector3 GetAppScreenPos (UnityEngine.Vector3 defaultAnchorPos)
 
override void HideApp ()
 
override bool OnAppAboutToStart ()
 
override void OnAppDestroy ()
 
override void OnAppInitialized ()
 
override void Reposition ()
 
- Protected Member Functions inherited from KSP.UI.Screens.UIApp
abstract Vector3 GetAppScreenPos (Vector3 defaultAnchorPos)
 
void MouseInput_PointerEnter (PointerEventData eventData)
 
void MouseInput_PointerExit (PointerEventData eventData)
 
virtual void OnAppStarted ()
 

Properties

static ActionGroupsApp Instance [get, set]
 Current instance of the action groups app singleton More...
 
TMP_Text overrideGroupText [get, set]
 
- Properties inherited from KSP.UI.Screens.UIApp
bool appIsLive [get, set]
 
ApplicationLauncherButton appLauncherButton [get, set]
 
bool hover [get, set]
 
bool IsShowing [get]
 Is the App window visible on the screen More...
 
bool pinned [get, set]
 

Additional Inherited Members

- Public Attributes inherited from KSP.UI.Screens.UIApp
Animator appLauncherAnim
 
Texture appLauncherIcon
 
- Protected Attributes inherited from KSP.UI.Screens.UIApp
int AppStartFrameDelay = 5
 The amount of frames to delay OnAppAboutToStart after the applauncher reports to be ready. Defaults to 5, should be enough to ensure all flight and scenario modules are loaded. Increase if necessary. More...
 
Callback defaultCallback = delegate { }
 
bool enableMutuallyExclusive = true
 
bool enableOnHover = true
 

Member Function Documentation

override void KSP.UI.Screens.ActionGroupsApp.DisplayApp ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override ApplicationLauncher.AppScenes KSP.UI.Screens.ActionGroupsApp.GetAppScenes ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override UnityEngine.Vector3 KSP.UI.Screens.ActionGroupsApp.GetAppScreenPos ( UnityEngine.Vector3  defaultAnchorPos)
inlineprotected
override void KSP.UI.Screens.ActionGroupsApp.HideApp ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

void KSP.UI.Screens.ActionGroupsApp.HideAppFromInput ( )
inline

Hides the appFrame

override bool KSP.UI.Screens.ActionGroupsApp.OnAppAboutToStart ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void KSP.UI.Screens.ActionGroupsApp.OnAppDestroy ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void KSP.UI.Screens.ActionGroupsApp.OnAppInitialized ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void KSP.UI.Screens.ActionGroupsApp.Reposition ( )
inlineprotectedvirtual

Reimplemented from KSP.UI.Screens.UIApp.

void KSP.UI.Screens.ActionGroupsApp.SelectNext ( )
inline

Cycle "upwards" through the override groups

void KSP.UI.Screens.ActionGroupsApp.SelectPrev ( )
inline

Cycle "downwards" through the override groups

void KSP.UI.Screens.ActionGroupsApp.UpdateOverrideGroupText ( )
inline

Update the indicated override group number

Property Documentation

ActionGroupsApp KSP.UI.Screens.ActionGroupsApp.Instance
staticgetset

Current instance of the action groups app singleton

TMP_Text KSP.UI.Screens.ActionGroupsApp.overrideGroupText
getset

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