Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Enumerations
EditorEnums.cs File Reference

Classes

class  EditorEnumExtensions
 

Enumerations

enum  AttachModes { AttachModes.STACK, AttachModes.SRF_ATTACH }
 
enum  ConstructionEventType {
  ConstructionEventType.Unknown, ConstructionEventType.PartCreated, ConstructionEventType.PartDropped, ConstructionEventType.PartPicked,
  ConstructionEventType.PartDragging, ConstructionEventType.PartAttached, ConstructionEventType.PartDetached, ConstructionEventType.PartDeleted,
  ConstructionEventType.PartCopied, ConstructionEventType.PartRootSelected, ConstructionEventType.PartOffsetting, ConstructionEventType.PartOffset,
  ConstructionEventType.PartRotating, ConstructionEventType.PartRotated, ConstructionEventType.PartTweaked, ConstructionEventType.PartSymmetryDeleted,
  ConstructionEventType.PartOverInventoryGrid, ConstructionEventType.PartPickedInInventoryGrid, ConstructionEventType.PartDroppedInInventoryGrid
}
 
enum  ConstructionMode { ConstructionMode.Place, ConstructionMode.Move, ConstructionMode.Rotate, ConstructionMode.Root }
 
enum  EditorFacilities { EditorFacilities.NONE = 0, EditorFacilities.ALL = ~NONE, EditorFacilities.VAB = 1 << 0, EditorFacilities.SPH = 1 << 1 }
 
enum  EditorFacility { EditorFacility.None, EditorFacility.VAB, EditorFacility.SPH }
 
enum  EditorScreen { EditorScreen.Parts, EditorScreen.Actions, EditorScreen.Crew, EditorScreen.Cargo }
 
enum  EditorState { EditorState.GUI_UNSELECTED, EditorState.GUI_SELECTED, EditorState.PAD_UNSELECTED, EditorState.PAD_SELECTED }
 
enum  SymmetryMethod { SymmetryMethod.Radial, SymmetryMethod.Mirror }
 

Enumeration Type Documentation

Enumerator
STACK 
SRF_ATTACH 
Enumerator
Unknown 
PartCreated 
PartDropped 
PartPicked 
PartDragging 
PartAttached 
PartDetached 
PartDeleted 
PartCopied 
PartRootSelected 
PartOffsetting 
PartOffset 
PartRotating 
PartRotated 
PartTweaked 
PartSymmetryDeleted 

This part was a symmetry partner and is being deleted

PartOverInventoryGrid 
PartPickedInInventoryGrid 

Part has been picked from the inventory grid

PartDroppedInInventoryGrid 

Part has been dropped into the inventory grid

Enumerator
Place 
Move 
Rotate 
Root 
Enumerator
NONE 
ALL 
VAB 
SPH 
Enumerator
None 
VAB 
SPH 
Enumerator
Parts 
Actions 
Crew 
Cargo 
Enumerator
GUI_UNSELECTED 
GUI_SELECTED 
PAD_UNSELECTED 
PAD_SELECTED 
Enumerator
Radial 
Mirror