C# 클래스 RendezMe, RendezMe

상속: Part
파일 보기 프로젝트 열기: bengarney/RendezMe

공개 프로퍼티들

프로퍼티 타입 설명
AlignmentCaptions string[]
ControlModeCaptions string[]
Kd float
Ki float
Kp float
PointAt Orient
SyncMode SynchronizationType

보호된 프로퍼티들

프로퍼티 타입 설명
WindowPos Rect

보호된 메소드들

메소드 설명
onDisconnect ( ) : void
onFlightStart ( ) : void
onPartDestroy ( ) : void
onPartStart ( ) : void
onPartUpdate ( ) : void

비공개 메소드들

메소드 설명
CalculateNearestRendezvousInSeconds ( double &timeToRendezvous, double &minDeltaTime ) : void
CalculateTimeTillFurtherTargetApsis ( ) : double
CalculateTimeTillNextTargetApsis ( ) : double
CheckVessel ( ) : bool

Checks if the selected vessel is still where we expect it.

DrawGUI ( ) : void

Draws the GUI.

DriveShip ( FlightCtrlState, controls ) : void
PerformSyncPartLogic ( ) : void
RenderAlignUI ( GUIStyle sty ) : void
RenderOffUI ( GUIStyle sty ) : void
RenderRendezvousUI ( GUIStyle sty ) : void
RenderSelectedUI ( GUIStyle sty ) : void
RenderSyncUI ( GUIStyle sty ) : void
RenderVesselsUI ( GUIStyle sty ) : void
UpdateVectors ( ) : void

Updates the vectors.

WindowGUI ( int windowID ) : void

메소드 상세

onDisconnect() 보호된 메소드

protected onDisconnect ( ) : void
리턴 void

onFlightStart() 보호된 메소드

protected onFlightStart ( ) : void
리턴 void

onPartDestroy() 보호된 메소드

protected onPartDestroy ( ) : void
리턴 void

onPartStart() 보호된 메소드

protected onPartStart ( ) : void
리턴 void

onPartUpdate() 보호된 메소드

protected onPartUpdate ( ) : void
리턴 void

프로퍼티 상세

AlignmentCaptions 공개적으로 프로퍼티

public string[] AlignmentCaptions
리턴 string[]

ControlModeCaptions 공개적으로 프로퍼티

public string[] ControlModeCaptions
리턴 string[]

Kd 공개적으로 프로퍼티

public float Kd
리턴 float

Ki 공개적으로 프로퍼티

public float Ki
리턴 float

Kp 공개적으로 프로퍼티

public float Kp
리턴 float

PointAt 공개적으로 프로퍼티

public Orient PointAt
리턴 Orient

SyncMode 공개적으로 프로퍼티

public SynchronizationType SyncMode
리턴 SynchronizationType

WindowPos 보호되어 있는 프로퍼티

protected Rect WindowPos
리턴 Rect