C# 클래스 kOS.Suffixed.FlightControl

상속: kOS.Suffixed.SpecialValue, IDisposable
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
Dispose ( ) : void
FlightControl ( Vessel vessel ) : System
SetSuffix ( string suffixName, object value ) : bool
ToString ( ) : string
Unbind ( ) : void
UpdateVessel ( Vessel toUpdate ) : void

비공개 메소드들

메소드 설명
Bind ( ) : void
CheckKillRotation ( string suffixName, object value ) : bool
CheckNeutral ( string suffix, object value ) : bool
CheckResetTrim ( string suffixName, object value ) : bool
GetPilotRotation ( ) : kOS.Suffixed.Vector
GetPilotTranslation ( ) : kOS.Suffixed.Vector
InitializePilotSuffixes ( ) : void
InitializeSuffixes ( ) : void
Invert ( float f ) : float
OnFlyByWire ( FlightCtrlState st ) : void
PushNewSetting ( FlightCtrlState &st ) : void
ReadPilot ( float &flightInputValue ) : float
ResetControls ( ) : void
SetRotation ( kOS.Suffixed.Vector vectorValue ) : void
SetTranslation ( kOS.Suffixed.Vector vectorValue ) : void
ValueToFloat ( object value, float &doubleValue ) : bool
ValueToVector ( object value, kOS.Suffixed.Vector &vectorValue ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FlightControl() 공개 메소드

public FlightControl ( Vessel vessel ) : System
vessel Vessel
리턴 System

SetSuffix() 공개 메소드

public SetSuffix ( string suffixName, object value ) : bool
suffixName string
value object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Unbind() 공개 메소드

public Unbind ( ) : void
리턴 void

UpdateVessel() 공개 메소드

public UpdateVessel ( Vessel toUpdate ) : void
toUpdate Vessel
리턴 void