C# 클래스 kOS.Binding.FlightControlManager.FlightCtrlParam

상속: IDisposable
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
ClearValue ( ) : void
Dispose ( ) : void
FlightCtrlParam ( string name, SharedObjects sharedObjects ) : System
OnFlyByWire ( FlightCtrlState &c ) : void
ToString ( ) : string
UpdateFlightControl ( Vessel vessel ) : void

비공개 메소드들

메소드 설명
HookEvents ( ) : void
SteerByWire ( FlightCtrlState c ) : void
UpdateThrottle ( FlightCtrlState c ) : void
UpdateWheelThrottle ( FlightCtrlState c ) : void
WheelSteer ( FlightCtrlState c ) : void
getValue ( ) : object
setValue ( object val ) : void

메소드 상세

ClearValue() 공개 메소드

public ClearValue ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FlightCtrlParam() 공개 메소드

public FlightCtrlParam ( string name, SharedObjects sharedObjects ) : System
name string
sharedObjects SharedObjects
리턴 System

OnFlyByWire() 공개 메소드

public OnFlyByWire ( FlightCtrlState &c ) : void
c FlightCtrlState
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateFlightControl() 공개 메소드

public UpdateFlightControl ( Vessel vessel ) : void
vessel Vessel
리턴 void