C# Class KerbCam.State

Global stored state of KerbCam.
Show file Open project: huin/kerbcam

Public Properties

Property Type Description
broken bool
camControl CameraController
developerMode bool
keyBindings KeyBindings
mainWindow MainWindow
manCamControl ManualCameraControl
paths List

Public Methods

Method Description
Init ( ) : void
LoadConfig ( ) : void
LoadPaths ( ) : void
NewPath ( ) : SimpleCamPath
RemovePathAt ( int index ) : void
SaveConfig ( ) : void
SavePaths ( ) : void
Stop ( ) : void

Private Methods

Method Description
HandleDebug ( ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

LoadConfig() public static method

public static LoadConfig ( ) : void
return void

LoadPaths() public static method

public static LoadPaths ( ) : void
return void

NewPath() public static method

public static NewPath ( ) : SimpleCamPath
return SimpleCamPath

RemovePathAt() public static method

public static RemovePathAt ( int index ) : void
index int
return void

SaveConfig() public static method

public static SaveConfig ( ) : void
return void

SavePaths() public static method

public static SavePaths ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void

Property Details

broken public static property

public static bool broken
return bool

camControl public static property

public static CameraController,KerbCam camControl
return CameraController

developerMode public static property

public static bool developerMode
return bool

keyBindings public static property

public static KeyBindings keyBindings
return KeyBindings

mainWindow public static property

public static MainWindow,KerbCam mainWindow
return MainWindow

manCamControl public static property

public static ManualCameraControl,KerbCam manCamControl
return ManualCameraControl

paths public static property

public static List paths
return List