C# Class MuMech.MuMechGUI

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: sirkut/InfernalRobotics Class Usage Examples

Protected Properties

Свойство Type Description
controlWinPos UnityEngine.Rect
editorScroll Vector2
editorWinPos Rect
groupEditorWinPos Rect
gui_controller MuMechGUI
resetWin bool
tweakWinPos Rect
useEC bool

Méthodes publiques

Méthode Description
add_servo ( MuMechToggle servo ) : void
loadConfigXML ( ) : void
remove_servo ( MuMechToggle servo ) : void
saveConfigXML ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
ControlWindow ( int windowID ) : void
EditorLock ( System.Boolean Apply ) : void

Applies or removes the lock

EditorWindow ( int windowID ) : void
GroupEditorWindow ( int windowID ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
SetEditorScrollYPosition ( System.Single NewY ) : void
move_servo ( Group from, Group to, MuMechToggle servo ) : void
onAppReady ( ) : void
onEditorShipModified ( ShipConstruct ship ) : void
onPartAttach ( Part>.GameEvents host_target ) : void
onPartRemove ( Part>.GameEvents host_target ) : void
onVesselChange ( Vessel v ) : void
onVesselWasModified ( Vessel v ) : void
refreshKeysFromGUI ( ) : void
tweakWindow ( int windowID ) : void
updateGroupECRequirement ( Group servoGroup ) : void

Method Details

add_servo() public static méthode

public static add_servo ( MuMechToggle servo ) : void
servo MuMechToggle
Résultat void

loadConfigXML() public méthode

public loadConfigXML ( ) : void
Résultat void

remove_servo() public static méthode

public static remove_servo ( MuMechToggle servo ) : void
servo MuMechToggle
Résultat void

saveConfigXML() public méthode

public saveConfigXML ( ) : void
Résultat void

Property Details

controlWinPos protected_oe static_oe property

protected static Rect,UnityEngine controlWinPos
Résultat UnityEngine.Rect

editorScroll protected_oe static_oe property

protected static Vector2 editorScroll
Résultat Vector2

editorWinPos protected_oe static_oe property

protected static Rect editorWinPos
Résultat Rect

groupEditorWinPos protected_oe static_oe property

protected static Rect groupEditorWinPos
Résultat Rect

gui_controller protected_oe static_oe property

protected static MuMechGUI gui_controller
Résultat MuMechGUI

resetWin protected_oe static_oe property

protected static bool resetWin
Résultat bool

tweakWinPos protected_oe static_oe property

protected static Rect tweakWinPos
Résultat Rect

useEC protected_oe static_oe property

protected static bool useEC
Résultat bool