Kerbal Space Program
1.12.4
|
Stores the data loaded from the NEW_SUITCOMBOS nodes, and references the stock combos. More...
Public Member Functions | |
SuitCombo | GetCombo (string comboId) |
Get the SuitCombo with this id from any List More... | |
Texture | GetDefaultTexture (ProtoCrewMember crew, SuitCombo.TextureTarget textureTarget, Material partMaterial, SuitCombo.MaterialProperty materialProperty) |
Returns the default texture associated to the crew genre and the suit type. More... | |
void | UpdateTextureScale (Material suitMaterial, Vector2 scaleUpdate, SuitCombo.MaterialProperty materialProperty) |
Set-ups the material properties to use the assigned texture. More... | |
Public Attributes | |
HelmetSuitPickerWindow | helmetSuitPickerWindow |
References the HelmetSuitPickerWindow. More... | |
ConfigNode[] | nodeNewCombos |
Stores the users combo cfg nodes. More... | |
Properties | |
List< SuitCombo > | DefaultCombos [get] |
References the default combos data. More... | |
List< SuitCombo > | ExtraCombos [get] |
References the extra combos data. More... | |
List< SuitCombo > | StockCombos [get] |
References the stock combos data. More... | |
Stores the data loaded from the NEW_SUITCOMBOS nodes, and references the stock combos.
|
inline |
Get the SuitCombo with this id from any List
comboId | identifier string |
|
inline |
Returns the default texture associated to the crew genre and the suit type.
crew | References the ProtoCrewMember to suit up. |
textureTarget | The target of the requested texture. Suit helmet, suit body, suit neck ring or the material normal. |
partMaterial | The part material that uses the requested texture. |
materialProperty | The material property that uses the texture. |
|
inline |
Set-ups the material properties to use the assigned texture.
suitMaterial | The target material. |
scaleUpdate | The texture scale (Tiling). |
materialProperty | The material property that uses the texture. |
HelmetSuitPickerWindow SuitCombos.helmetSuitPickerWindow |
References the HelmetSuitPickerWindow.
ConfigNode [] SuitCombos.nodeNewCombos |
Stores the users combo cfg nodes.
|
get |
References the default combos data.
|
get |
References the extra combos data.
|
get |
References the stock combos data.