C# 클래스 KerbCam.State

Global stored state of KerbCam.
파일 보기 프로젝트 열기: huin/kerbcam

공개 프로퍼티들

프로퍼티 타입 설명
broken bool
camControl CameraController
developerMode bool
keyBindings KeyBindings
mainWindow MainWindow
manCamControl ManualCameraControl
paths List

공개 메소드들

메소드 설명
Init ( ) : void
LoadConfig ( ) : void
LoadPaths ( ) : void
NewPath ( ) : SimpleCamPath
RemovePathAt ( int index ) : void
SaveConfig ( ) : void
SavePaths ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
HandleDebug ( ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

LoadConfig() 공개 정적인 메소드

public static LoadConfig ( ) : void
리턴 void

LoadPaths() 공개 정적인 메소드

public static LoadPaths ( ) : void
리턴 void

NewPath() 공개 정적인 메소드

public static NewPath ( ) : SimpleCamPath
리턴 SimpleCamPath

RemovePathAt() 공개 정적인 메소드

public static RemovePathAt ( int index ) : void
index int
리턴 void

SaveConfig() 공개 정적인 메소드

public static SaveConfig ( ) : void
리턴 void

SavePaths() 공개 정적인 메소드

public static SavePaths ( ) : void
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

프로퍼티 상세

broken 공개적으로 정적으로 프로퍼티

public static bool broken
리턴 bool

camControl 공개적으로 정적으로 프로퍼티

public static CameraController,KerbCam camControl
리턴 CameraController

developerMode 공개적으로 정적으로 프로퍼티

public static bool developerMode
리턴 bool

keyBindings 공개적으로 정적으로 프로퍼티

public static KeyBindings keyBindings
리턴 KeyBindings

mainWindow 공개적으로 정적으로 프로퍼티

public static MainWindow,KerbCam mainWindow
리턴 MainWindow

manCamControl 공개적으로 정적으로 프로퍼티

public static ManualCameraControl,KerbCam manCamControl
리턴 ManualCameraControl

paths 공개적으로 정적으로 프로퍼티

public static List paths
리턴 List