Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Attributes | List of all members
SuitCombo Class Reference

This class represents the suit variants loaded from the NEW_SUITCOMBOS nodes, and holds the references for the default suits elements. More...

Public Types

enum  MaterialProperty { MaterialProperty.BumpMap, MaterialProperty.MainTex, MaterialProperty.All }
 The material property to edit. More...
 
enum  TextureTarget { TextureTarget.Helmet, TextureTarget.Body, TextureTarget.Neckring, TextureTarget.Normal }
 The target to assign the texture. More...
 

Public Attributes

Texture defaultNormalTexture = null
 Holds a reference of the default normal texture. More...
 
Texture defaultSuitTexture = null
 Holds a reference of the default body texture. More...
 
string displayName = null
 The name of this variant. More...
 
string gender = null
 The kerbal gender this variant belongs to. More...
 
string name
 Suit combo identifier. More...
 
string normalTexture = null
 The normal texture used by this suit variant. More...
 
string primaryColor = null
 The primary color used in the texture variant button to identify it among the available variants, in hexadecimal. More...
 
string secondaryColor = null
 The secondary color used in the texture variant button to identify it among the available variants, in hexadecimal. More...
 
string sprite = null
 The icon shown at the crew list when this suit variant is chose. More...
 
string suitTexture = null
 The path of the new suit texture. More...
 
string suitType = null
 The suit type this variant belongs to. More...
 

Detailed Description

This class represents the suit variants loaded from the NEW_SUITCOMBOS nodes, and holds the references for the default suits elements.

Member Enumeration Documentation

The material property to edit.

Enumerator
BumpMap 
MainTex 
All 

The target to assign the texture.

Enumerator
Helmet 
Body 
Neckring 
Normal 

Member Data Documentation

Texture SuitCombo.defaultNormalTexture = null

Holds a reference of the default normal texture.

Texture SuitCombo.defaultSuitTexture = null

Holds a reference of the default body texture.

string SuitCombo.displayName = null

The name of this variant.

string SuitCombo.gender = null

The kerbal gender this variant belongs to.

string SuitCombo.name

Suit combo identifier.

string SuitCombo.normalTexture = null

The normal texture used by this suit variant.

string SuitCombo.primaryColor = null

The primary color used in the texture variant button to identify it among the available variants, in hexadecimal.

string SuitCombo.secondaryColor = null

The secondary color used in the texture variant button to identify it among the available variants, in hexadecimal.

string SuitCombo.sprite = null

The icon shown at the crew list when this suit variant is chose.

string SuitCombo.suitTexture = null

The path of the new suit texture.

string SuitCombo.suitType = null

The suit type this variant belongs to.


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