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

Public Member Functions

void Hide ()
 
void Show ()
 

Static Public Member Functions

static UITreeView.Item AddContentItem (UITreeView.Item parent, string name, string text, Action onExpand, Action onSelect)
 
static UITreeView.Item AddContentScreen (UITreeView.Item parent, string name, string text, RectTransform prefab)
 
static UITreeView.Item AddContentScreen (string parentName, string name, string text, RectTransform prefab)
 
static UITreeView.Item GetItem (string name)
 

Public Attributes

RectTransform contentTransform
 
Button exitButton
 
const string LockID = "DebugToolbar"
 
RectTransform screenTransform
 
TMPro.TextMeshProUGUI titleText
 
UITreeView treeView
 

Protected Member Functions

void ResetCheats ()
 

Properties

bool InputLocked [get, set]
 
bool isShown [get, set]
 

Member Function Documentation

static UITreeView.Item KSP.UI.Screens.DebugToolbar.DebugScreen.AddContentItem ( UITreeView.Item  parent,
string  name,
string  text,
Action  onExpand,
Action  onSelect 
)
inlinestatic
static UITreeView.Item KSP.UI.Screens.DebugToolbar.DebugScreen.AddContentScreen ( UITreeView.Item  parent,
string  name,
string  text,
RectTransform  prefab 
)
inlinestatic
static UITreeView.Item KSP.UI.Screens.DebugToolbar.DebugScreen.AddContentScreen ( string  parentName,
string  name,
string  text,
RectTransform  prefab 
)
inlinestatic
static UITreeView.Item KSP.UI.Screens.DebugToolbar.DebugScreen.GetItem ( string  name)
inlinestatic
void KSP.UI.Screens.DebugToolbar.DebugScreen.Hide ( )
inline
void KSP.UI.Screens.DebugToolbar.DebugScreen.ResetCheats ( )
inlineprotected
void KSP.UI.Screens.DebugToolbar.DebugScreen.Show ( )
inline

Member Data Documentation

RectTransform KSP.UI.Screens.DebugToolbar.DebugScreen.contentTransform
Button KSP.UI.Screens.DebugToolbar.DebugScreen.exitButton
const string KSP.UI.Screens.DebugToolbar.DebugScreen.LockID = "DebugToolbar"
RectTransform KSP.UI.Screens.DebugToolbar.DebugScreen.screenTransform
TMPro.TextMeshProUGUI KSP.UI.Screens.DebugToolbar.DebugScreen.titleText
UITreeView KSP.UI.Screens.DebugToolbar.DebugScreen.treeView

Property Documentation

bool KSP.UI.Screens.DebugToolbar.DebugScreen.InputLocked
getset
bool KSP.UI.Screens.DebugToolbar.DebugScreen.isShown
getset

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