C# Class KerbCam.State

Global stored state of KerbCam.
Datei anzeigen 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_oe static_oe property

public static bool broken
return bool

camControl public_oe static_oe property

public static CameraController,KerbCam camControl
return CameraController

developerMode public_oe static_oe property

public static bool developerMode
return bool

keyBindings public_oe static_oe property

public static KeyBindings keyBindings
return KeyBindings

mainWindow public_oe static_oe property

public static MainWindow,KerbCam mainWindow
return MainWindow

manCamControl public_oe static_oe property

public static ManualCameraControl,KerbCam manCamControl
return ManualCameraControl

paths public_oe static_oe property

public static List paths
return List