![]() |
Kerbal Space Program
1.12.4
|
This class allows any dev or modder to group PAW fields into a collapsable Group. More...
Public Member Functions | |
| void | AddItemToContent (Transform t) |
| Adds the paw item to this PAW Group. More... | |
| void | Collapse () |
| Collapse this PAW Group More... | |
| void | Expand () |
| Expand this PAW Group More... | |
| void | Initialize (string groupName, string groupDisplayName, bool startCollapsed, UIPartActionWindow pawWindow) |
| Initializes the PAW group with the group. More... | |
| void | UpdateContentSize () |
| Updates the content size when the content is edited. More... | |
Public Member Functions inherited from UIPartActionItem | |
| virtual void | AddInputFieldLock (string val) |
| virtual bool | IsItemValid () |
| virtual void | RemoveInputfieldLock () |
| void | SetupItem (UIPartActionWindow window, Part part, PartModule partModule, UI_Scene scene, UI_Control control) |
| virtual void | UpdateItem () |
Additional Inherited Members | |
Protected Attributes inherited from UIPartActionItem | |
| UI_Control | control |
| bool | isModule |
| Part | part |
| PartModule | partModule |
| UI_Scene | scene |
| UIPartActionWindow | window |
Properties inherited from UIPartActionItem | |
| UI_Control | Control [get] |
| bool | IsModule [get] |
| Part | Part [get] |
| PartModule | PartModule [get] |
| UI_Scene | Scene [get] |
| UIPartActionWindow | Window [get] |
This class allows any dev or modder to group PAW fields into a collapsable Group.
|
inline |
Adds the paw item to this PAW Group.
| t | Transform component from the PAW item to add. |
|
inline |
Collapse this PAW Group
|
inline |
Expand this PAW Group
|
inline |
Initializes the PAW group with the group.
| groupName | Internal name of the group. |
| groupDisplayName | PAW's group Display name. |
| startCollapsed | shoudl this group be initialized collapsed |
| pawWindow | the PAW that this group is in |
|
inline |
Updates the content size when the content is edited.
1.8.7