Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Member Functions | Public Attributes | Properties | List of all members
KSP.UI.Screens.EditorPanels Class Reference
Inheritance diagram for KSP.UI.Screens.EditorPanels:

Public Types

enum  Panel {
  Panel.None, Panel.Parts, Panel.Actions, Panel.Crew,
  Panel.PartsAndCargo
}
 

Public Member Functions

bool IsMouseOver ()
 
bool ShowActionGroups (System.Action onFinished=null)
 
bool ShowCargo (System.Action onFinished=null)
 
bool ShowCrewAssignment (System.Action onFinished=null)
 
bool ShowPartsList (System.Action onFinished=null)
 
void updatePartsListMode (System.Action onFinished=null)
 

Public Attributes

UIPanelTransition actions
 
UIPanelTransition cargo
 
UIPanelTransition crew
 
UIPanelTransitionManager panelManager
 
UIPanelTransition partcategorizerModes
 
UIPanelTransition partsEditor
 
UIPanelTransition partsEditorModes
 
UIPanelTransition searchField
 

Properties

static EditorPanels Instance [get, set]
 

Member Enumeration Documentation

enum KSP.UI.Screens.EditorPanels.Panel
Enumerator
None 
Parts 
Actions 
Crew 
PartsAndCargo 

Member Function Documentation

bool KSP.UI.Screens.EditorPanels.IsMouseOver ( )
inline
bool KSP.UI.Screens.EditorPanels.ShowActionGroups ( System.Action  onFinished = null)
inline
bool KSP.UI.Screens.EditorPanels.ShowCargo ( System.Action  onFinished = null)
inline
bool KSP.UI.Screens.EditorPanels.ShowCrewAssignment ( System.Action  onFinished = null)
inline
bool KSP.UI.Screens.EditorPanels.ShowPartsList ( System.Action  onFinished = null)
inline
void KSP.UI.Screens.EditorPanels.updatePartsListMode ( System.Action  onFinished = null)
inline

Member Data Documentation

UIPanelTransition KSP.UI.Screens.EditorPanels.actions
UIPanelTransition KSP.UI.Screens.EditorPanels.cargo
UIPanelTransition KSP.UI.Screens.EditorPanels.crew
UIPanelTransitionManager KSP.UI.Screens.EditorPanels.panelManager
UIPanelTransition KSP.UI.Screens.EditorPanels.partcategorizerModes
UIPanelTransition KSP.UI.Screens.EditorPanels.partsEditor
UIPanelTransition KSP.UI.Screens.EditorPanels.partsEditorModes
UIPanelTransition KSP.UI.Screens.EditorPanels.searchField

Property Documentation

EditorPanels KSP.UI.Screens.EditorPanels.Instance
staticgetset

The documentation for this class was generated from the following file: