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 | List of all members
Expansions.Missions.MEGUINodeIconGroup Class Reference
Inheritance diagram for Expansions.Missions.MEGUINodeIconGroup:

Public Member Functions

void SetHeaderColor (Color newColor)
 Set the Header Color More...
 
void SetHeaderColor (string htmlColorCode)
 Set the Header Color More...
 

Static Public Member Functions

static MEGUINodeIconGroup Create (string name, string displayName, string htmlColorCode="")
 Create an ME Node Group UI element. More...
 

Public Attributes

Button buttonCollapse
 Collapse button More...
 
RectTransform containerChildren
 Container for holding missions More...
 
string name
 Name of this group (English) More...
 
Sprite spriteCollapseOff
 Sprite for when Collapse is Off More...
 
Sprite spriteCollapseOn
 Sprite for when Collapse is On More...
 
TextMeshProUGUI title
 Title of this paremeter (Localized) More...
 

Member Function Documentation

static MEGUINodeIconGroup Expansions.Missions.MEGUINodeIconGroup.Create ( string  name,
string  displayName,
string  htmlColorCode = "" 
)
inlinestatic

Create an ME Node Group UI element.

Parameters
namename of the group
displayNameLocalized display name for the group
htmlColorCodeHTML color code to set the group header color
Returns
MEGUINodeIconGroup
void Expansions.Missions.MEGUINodeIconGroup.SetHeaderColor ( Color  newColor)
inline

Set the Header Color

Parameters
newColornew color
void Expansions.Missions.MEGUINodeIconGroup.SetHeaderColor ( string  htmlColorCode)
inline

Set the Header Color

Parameters
htmlColorCodenew color as HTML code string

Member Data Documentation

Button Expansions.Missions.MEGUINodeIconGroup.buttonCollapse

Collapse button

RectTransform Expansions.Missions.MEGUINodeIconGroup.containerChildren

Container for holding missions

string Expansions.Missions.MEGUINodeIconGroup.name

Name of this group (English)

Sprite Expansions.Missions.MEGUINodeIconGroup.spriteCollapseOff

Sprite for when Collapse is Off

Sprite Expansions.Missions.MEGUINodeIconGroup.spriteCollapseOn

Sprite for when Collapse is On

TextMeshProUGUI Expansions.Missions.MEGUINodeIconGroup.title

Title of this paremeter (Localized)


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