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

Classes

class  PanelState
 
class  TextState
 

Public Member Functions

void SetState (int index)
 
void SetState (string name)
 
void SetText (string key, string value, Color color)
 
void SetTextOverflowMode (string key, TMPro.TextOverflowModes overflowMode, bool wordWrap=true)
 

Public Attributes

PanelState CurrentState
 
PanelState[] panelList
 
string StartState
 
TextState[] textList
 

Member Function Documentation

void KSP.UI.UIStatePanel.SetState ( int  index)
inline
void KSP.UI.UIStatePanel.SetState ( string  name)
inline
void KSP.UI.UIStatePanel.SetText ( string  key,
string  value,
Color  color 
)
inline
void KSP.UI.UIStatePanel.SetTextOverflowMode ( string  key,
TMPro.TextOverflowModes  overflowMode,
bool  wordWrap = true 
)
inline

Member Data Documentation

PanelState KSP.UI.UIStatePanel.CurrentState
PanelState [] KSP.UI.UIStatePanel.panelList
string KSP.UI.UIStatePanel.StartState
TextState [] KSP.UI.UIStatePanel.textList

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