C# Class KerbCam.State

Global stored state of KerbCam.
Afficher le fichier Open project: huin/kerbcam

Méthodes publiques

Свойство Type Description
broken bool
camControl CameraController
developerMode bool
keyBindings KeyBindings
mainWindow MainWindow
manCamControl ManualCameraControl
paths List

Méthodes publiques

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

Private Methods

Méthode Description
HandleDebug ( ) : void

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

LoadConfig() public static méthode

public static LoadConfig ( ) : void
Résultat void

LoadPaths() public static méthode

public static LoadPaths ( ) : void
Résultat void

NewPath() public static méthode

public static NewPath ( ) : SimpleCamPath
Résultat SimpleCamPath

RemovePathAt() public static méthode

public static RemovePathAt ( int index ) : void
index int
Résultat void

SaveConfig() public static méthode

public static SaveConfig ( ) : void
Résultat void

SavePaths() public static méthode

public static SavePaths ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Property Details

broken public_oe static_oe property

public static bool broken
Résultat bool

camControl public_oe static_oe property

public static CameraController,KerbCam camControl
Résultat CameraController

developerMode public_oe static_oe property

public static bool developerMode
Résultat bool

keyBindings public_oe static_oe property

public static KeyBindings keyBindings
Résultat KeyBindings

mainWindow public_oe static_oe property

public static MainWindow,KerbCam mainWindow
Résultat MainWindow

manCamControl public_oe static_oe property

public static ManualCameraControl,KerbCam manCamControl
Résultat ManualCameraControl

paths public_oe static_oe property

public static List paths
Résultat List