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
AvailableVariantTheme Class Reference
Inheritance diagram for AvailableVariantTheme:
IConfigNode

Public Member Functions

void Load (ConfigNode node)
 
void Save (ConfigNode node)
 

Static Public Member Functions

static AvailableVariantTheme CreateVariantTheme ()
 Creates an instance of this class. More...
 

Public Attributes

string description
 The description of the theme More...
 
string displayName
 The display string More...
 
string name
 A string identifier for the variant More...
 
List< AvailablePartparts
 
string primaryColor
 The primary color for this variants button More...
 
string secondaryColor
 The secondary color for this variants button More...
 

Member Function Documentation

static AvailableVariantTheme AvailableVariantTheme.CreateVariantTheme ( )
inlinestatic

Creates an instance of this class.

Returns
void AvailableVariantTheme.Load ( ConfigNode  node)
inline

Implements IConfigNode.

void AvailableVariantTheme.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

string AvailableVariantTheme.description

The description of the theme

string AvailableVariantTheme.displayName

The display string

string AvailableVariantTheme.name

A string identifier for the variant

List<AvailablePart> AvailableVariantTheme.parts
string AvailableVariantTheme.primaryColor

The primary color for this variants button

string AvailableVariantTheme.secondaryColor

The secondary color for this variants button


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