C# Class kOS.Binding.FlightControlManager.FlightCtrlParam

Inheritance: IDisposable
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
ClearValue ( ) : void
Dispose ( ) : void
FlightCtrlParam ( string name, SharedObjects sharedObjects ) : System
OnFlyByWire ( FlightCtrlState &c ) : void
ToString ( ) : string
UpdateFlightControl ( Vessel vessel ) : void

Private Methods

Méthode Description
HookEvents ( ) : void
SteerByWire ( FlightCtrlState c ) : void
UpdateThrottle ( FlightCtrlState c ) : void
UpdateWheelThrottle ( FlightCtrlState c ) : void
WheelSteer ( FlightCtrlState c ) : void
getValue ( ) : object
setValue ( object val ) : void

Method Details

ClearValue() public méthode

public ClearValue ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FlightCtrlParam() public méthode

public FlightCtrlParam ( string name, SharedObjects sharedObjects ) : System
name string
sharedObjects SharedObjects
Résultat System

OnFlyByWire() public méthode

public OnFlyByWire ( FlightCtrlState &c ) : void
c FlightCtrlState
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateFlightControl() public méthode

public UpdateFlightControl ( Vessel vessel ) : void
vessel Vessel
Résultat void