![]() |
Kerbal Space Program
1.12.4
|
header for each override group. looks after display and edit of the name, as well as group collapse button. More...
Public Member Functions | |
void | Setup (ModuleRoboticController controller) |
Set up the header with the group index, array of group names (which groupOverride indexes) and the expanded/collapsed state of the group More... | |
![]() | |
virtual void | Deselect () |
virtual void | Select () |
virtual void | Setup (UISelectableGridLayoutGroup selectableGroup, int index) |
Public Attributes | |
Button | openButton |
Button for opening controller Window More... | |
![]() | |
Color | colorDeselected = Color.gray |
Color | colorSelected = Color.green |
bool | groupAction |
Is this a group action item? More... | |
Transform | itemParent |
Parent reference if this class is not at the top of the rpefab or item hierarchy. More... | |
int | mySetIndex |
The index of the set this item belongs to. More... | |
Additional Inherited Members | |
![]() | |
int | Index [get] |
Selectable | SelectableComponent [get] |
Fetch the selectable READ ONLY More... | |
header for each override group. looks after display and edit of the name, as well as group collapse button.
|
inline |
Set up the header with the group index, array of group names (which groupOverride indexes) and the expanded/collapsed state of the group
Note that groupNames does NOT include the default group (index 0) so is effectively 1-based. Use the groupName property to access
Button KSP.UI.Screens.EditorActionControllerOpenButton.openButton |
Button for opening controller Window