Kerbal Space Program
1.12.4
|
This class set up the suit picker window objects which enables configure the kerbal suit. More...
Public Member Functions | |
void | OnDestroy () |
void | OpenSuitLightPicker (SuitLightColorPicker suitLightColorPicker) |
void | SetupPreview (SuitButton suitButton) |
void | SetupSuitTypeButtons (CrewListItem crewListItem, ProtoCrewMember crew, CrewListItem.KerbalTypes kerbalType) |
void | SetupWindowTransform (RectTransform suitPickerWindowRT) |
Public Attributes | |
ProtoCrewMember | crew |
References the proto crew member to set up. More... | |
CrewListItem.KerbalTypes | kerbalType |
Holds a reference of what type of kerbal this item is. More... | |
List< PreviewType > | previewTypes |
Lists the suit prefabs used to preview the suit selection. More... | |
List< SuitButton > | suitButtons |
Lists the window suit type buttons. More... | |
SuitCombos | suitCombos |
References the loaded data from the SUITCOMBOS nodes. More... | |
Camera | thumbnailCamera |
RenderTexture | thumbnailRenderTexture |
Protected Attributes | |
CrewListItem | crewItem |
This class set up the suit picker window objects which enables configure the kerbal suit.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ProtoCrewMember HelmetSuitPickerWindow.crew |
References the proto crew member to set up.
|
protected |
CrewListItem.KerbalTypes HelmetSuitPickerWindow.kerbalType |
Holds a reference of what type of kerbal this item is.
List<PreviewType> HelmetSuitPickerWindow.previewTypes |
Lists the suit prefabs used to preview the suit selection.
List<SuitButton> HelmetSuitPickerWindow.suitButtons |
Lists the window suit type buttons.
SuitCombos HelmetSuitPickerWindow.suitCombos |
References the loaded data from the SUITCOMBOS nodes.
Camera HelmetSuitPickerWindow.thumbnailCamera |
RenderTexture HelmetSuitPickerWindow.thumbnailRenderTexture |