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
DialogGUILabel Class Reference
Inheritance diagram for DialogGUILabel:
DialogGUIBase

Classes

class  TextLabelOptions
 

Public Member Functions

override GameObject Create (ref Stack< Transform > layouts, UISkinDef skin)
 
 DialogGUILabel (string message, bool expandW=false, bool expandH=false)
 
 DialogGUILabel (string message, float width, float height=0f)
 
 DialogGUILabel (string message, UIStyle style, bool expandW=false, bool expandH=false)
 
 DialogGUILabel (Func< string > getString, UIStyle style, bool expandW=false, bool expandH=false)
 
 DialogGUILabel (Func< string > getString, bool expandW=false, bool expandH=false)
 
 DialogGUILabel (bool flexH, Func< string > getString, float width, float height=0f)
 
 DialogGUILabel (Func< string > getString, float width, float height=0f)
 
override void Update ()
 
- Public Member Functions inherited from DialogGUIBase
void AddChild (DialogGUIBase child)
 
void AddChildren (DialogGUIBase[] c)
 
 DialogGUIBase (params DialogGUIBase[] list)
 
virtual void Resize ()
 
void SetOptionText (string text)
 

Public Attributes

bool bypassTextStyleColor = false
 
bool expandHeight = false
 
bool expandWidth = false
 
Func< string > GetString = null
 
TMPro.TextMeshProUGUI text
 
TextLabelOptions textLabelOptions
 
- Public Attributes inherited from DialogGUIBase
List< DialogGUIBasechildren = new List<DialogGUIBase>()
 
bool flexibleHeight = true
 
UIStyle guiStyle = null
 
float height = -1.0f
 
Callback OnFixedUpdate = () => { }
 
Callback OnLateUpdate = () => { }
 
Callback OnRenderObject = () => { }
 
Callback OnResize = () => { }
 
Callback OnUpdate = () => { }
 
Func< bool > OptionEnabledCondition = () => { return true; }
 
Func< bool > OptionInteractableCondition = () => { return true; }
 
string OptionText = "No Function"
 
Vector2 position
 
Vector2 size = new Vector2(-1f, -1f)
 
Color tint
 
string tooltipText
 
GameObject uiItem = null
 
bool useColor = false
 
float width = -1.0f
 

Additional Inherited Members

- Static Public Member Functions inherited from DialogGUIBase
static bool SelectFirstItem (DialogGUIBase[] items)
 
static void SetUpTextObject (TMPro.TextMeshProUGUI text, string value, UIStyle style, UISkinDef skin, bool ignoreStyleColor=false)
 
- Protected Member Functions inherited from DialogGUIBase
virtual TMPro.TextMeshProUGUI GetTextObject ()
 
void SetupTransformAndLayout ()
 
- Protected Attributes inherited from DialogGUIBase
bool dirty = true
 
bool lastEnabledState = false
 
bool lastInteractibleState = true
 
- Properties inherited from DialogGUIBase
bool Dirty [get, set]
 

Constructor & Destructor Documentation

DialogGUILabel.DialogGUILabel ( string  message,
bool  expandW = false,
bool  expandH = false 
)
inline
DialogGUILabel.DialogGUILabel ( string  message,
float  width,
float  height = 0f 
)
inline
DialogGUILabel.DialogGUILabel ( string  message,
UIStyle  style,
bool  expandW = false,
bool  expandH = false 
)
inline
DialogGUILabel.DialogGUILabel ( Func< string >  getString,
UIStyle  style,
bool  expandW = false,
bool  expandH = false 
)
inline
DialogGUILabel.DialogGUILabel ( Func< string >  getString,
bool  expandW = false,
bool  expandH = false 
)
inline
DialogGUILabel.DialogGUILabel ( bool  flexH,
Func< string >  getString,
float  width,
float  height = 0f 
)
inline
DialogGUILabel.DialogGUILabel ( Func< string >  getString,
float  width,
float  height = 0f 
)
inline

Member Function Documentation

override GameObject DialogGUILabel.Create ( ref Stack< Transform >  layouts,
UISkinDef  skin 
)
inlinevirtual

Reimplemented from DialogGUIBase.

override void DialogGUILabel.Update ( )
inlinevirtual

Reimplemented from DialogGUIBase.

Member Data Documentation

bool DialogGUILabel.bypassTextStyleColor = false
bool DialogGUILabel.expandHeight = false
bool DialogGUILabel.expandWidth = false
Func<string> DialogGUILabel.GetString = null
TMPro.TextMeshProUGUI DialogGUILabel.text
TextLabelOptions DialogGUILabel.textLabelOptions

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