|
| void | AddAeroControl (Part p) |
| |
| void | AddEventControl (BaseEvent evt, Part part, PartModule module) |
| |
| void | AddFieldControl (BaseField field, Part part, PartModule module) |
| |
| void | AddFuelFlowOverlay (Part p) |
| |
| void | AddResourceEditorControl (PartResource r) |
| |
| void | AddResourceFlightControl (PartResource r) |
| |
| void | AddResourcePriorityControl (Part p) |
| |
| void | AddResourceTransferControl (PartResource r) |
| |
| void | AddRoboticJointControl (Part p) |
| |
| void | AddThermalControl (Part p) |
| |
| void | Awake () |
| |
| bool | CanActivateAeroDisplay (Part p) |
| |
| bool | CanActivateEvent (BaseEvent evt, Part p, UI_Scene scene) |
| |
| bool | CanActivateField (BaseField fld, Part p, UI_Scene scene) |
| |
| bool | CanActivateFuelFlowOverlay (Part p) |
| |
| bool | CanActivateResource (PartResource rsrc, Part p, UI_Scene scene) |
| |
| bool | CanActivateResourcePriorityDisplay (Part p) |
| |
| bool | CanActivateRoboticJointDisplay (Part p) |
| |
| bool | CanActivateThermalDisplay (Part p) |
| |
| void | ClearList () |
| |
| void | CloseAllColorPickers (UIPartActionColorPicker caller) |
| |
| bool | ContainsResourceControl (PartResource r) |
| | Returns true if the PAW contains a UIPartActionResource item that matches the passed in resource More...
|
| |
| bool | ContainsResourceTransferControl (PartResource resource, out UIPartActionResourceTransfer control) |
| | Returns true if the PAW has a UIPartActionResourceTransfer item that mathces the passed in resource. More...
|
| |
| bool | CreatePartList (bool clearFirst) |
| |
| bool | GetPartHover () |
| |
| void | OnBeginDrag (PointerEventData eventData) |
| |
| void | OnDestroy () |
| |
| void | OnDrag (PointerEventData eventData) |
| |
| void | OnEnable () |
| |
| void | OnEndDrag (PointerEventData eventData) |
| |
| void | OnGameSettingsApplied () |
| |
| void | OnNumericSwap (bool numeric) |
| | Slider swaps for numbers in Slider fields. More...
|
| |
| void | OnPin (bool pinned) |
| |
| void | OnPointerEnter (PointerEventData eventData) |
| |
| void | OnPointerExit (PointerEventData eventData) |
| |
| void | PointerUpdate () |
| |
| void | RecyclePartList () |
| |
| void | RefreshResourceTransferTargets () |
| | Refresh the target (other parts for transfer) for all UIPartActionResourceTransfer items in the PAW More...
|
| |
| bool | RemoveAeroControl (Part p) |
| |
| bool | RemoveEventControl (BaseEvent evt, Part part, PartModule module) |
| |
| bool | RemoveFieldControl (BaseField field, Part part, PartModule module) |
| |
| bool | RemoveFuelFlowOverlay (Part p) |
| |
| void | RemoveGroup (string groupName) |
| | Removes a group from the Dictionary. More...
|
| |
| bool | RemoveResourceControlEditor (PartResource r) |
| |
| bool | RemoveResourceControlFlight (PartResource r) |
| |
| bool | RemoveResourcePriorityControl (Part p) |
| |
| bool | RemoveResourceTransferControl (PartResource r) |
| |
| bool | RemoveRoboticJointControl (Part p) |
| |
| bool | RemoveThermalControl (Part p) |
| |
| void | RepositionWindow (Transform partTransform, Camera cam) |
| |
| bool | Setup (Part part, DisplayType type, UI_Scene scene) |
| |
| void | SetupResourceControls (PartResource r, bool clearFirst, UI_Scene scene, ref int controlIndex) |
| |
| void | Start () |
| |
| void | TrackPartPosition () |
| |
| UIPartActionAeroDisplay | TrySetAeroControl (Part r) |
| |
| UIPartActionButton | TrySetEventControl (BaseEvent evt, Part part, PartModule module) |
| |
| UIPartActionFieldItem | TrySetFieldControl (BaseField field, Part part, PartModule module) |
| |
| UIPartActionFuelFlowOverlay | TrySetFuelFlowOverlay (Part r) |
| |
| UIPartActionResourceEditor | TrySetResourceControlEditor (PartResource r) |
| |
| UIPartActionResource | TrySetResourceControlFlight (PartResource r) |
| |
| UIPartActionResourcePriority | TrySetResourcePriorityControl (Part r) |
| |
| UIPartActionResourceTransfer | TrySetResourceTransferControl (PartResource r) |
| |
| UIPartActionRoboticJointDisplay | TrySetRoboticJointControl (Part r) |
| |
| UIPartActionThermalDisplay | TrySetThermalControl (Part r) |
| |
| void | UpdateWindow () |
| |
| void | UpdateWindowHeight (float newHeight) |
| | Update the height that the PAW can expand too. If it needs less space it will not get this big More...
|
| |