C# 클래스 MuMech.MuMechGUI

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: sirkut/InfernalRobotics 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
controlWinPos UnityEngine.Rect
editorScroll Vector2
editorWinPos Rect
groupEditorWinPos Rect
gui_controller MuMechGUI
resetWin bool
tweakWinPos Rect
useEC bool

공개 메소드들

메소드 설명
add_servo ( MuMechToggle servo ) : void
loadConfigXML ( ) : void
remove_servo ( MuMechToggle servo ) : void
saveConfigXML ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

add_servo() 공개 정적인 메소드

public static add_servo ( MuMechToggle servo ) : void
servo MuMechToggle
리턴 void

loadConfigXML() 공개 메소드

public loadConfigXML ( ) : void
리턴 void

remove_servo() 공개 정적인 메소드

public static remove_servo ( MuMechToggle servo ) : void
servo MuMechToggle
리턴 void

saveConfigXML() 공개 메소드

public saveConfigXML ( ) : void
리턴 void

프로퍼티 상세

controlWinPos 보호되어 있는 정적으로 프로퍼티

protected static Rect,UnityEngine controlWinPos
리턴 UnityEngine.Rect

editorScroll 보호되어 있는 정적으로 프로퍼티

protected static Vector2 editorScroll
리턴 Vector2

editorWinPos 보호되어 있는 정적으로 프로퍼티

protected static Rect editorWinPos
리턴 Rect

groupEditorWinPos 보호되어 있는 정적으로 프로퍼티

protected static Rect groupEditorWinPos
리턴 Rect

gui_controller 보호되어 있는 정적으로 프로퍼티

protected static MuMechGUI gui_controller
리턴 MuMechGUI

resetWin 보호되어 있는 정적으로 프로퍼티

protected static bool resetWin
리턴 bool

tweakWinPos 보호되어 있는 정적으로 프로퍼티

protected static Rect tweakWinPos
리턴 Rect

useEC 보호되어 있는 정적으로 프로퍼티

protected static bool useEC
리턴 bool