C# Class RendezMe, RendezMe

Inheritance: Part
Afficher le fichier Open project: bengarney/RendezMe

Méthodes publiques

Свойство Type Description
AlignmentCaptions string[]
ControlModeCaptions string[]
Kd float
Ki float
Kp float
PointAt Orient
SyncMode SynchronizationType

Protected Properties

Свойство Type Description
WindowPos Rect

Méthodes protégées

Méthode Description
onDisconnect ( ) : void
onFlightStart ( ) : void
onPartDestroy ( ) : void
onPartStart ( ) : void
onPartUpdate ( ) : void

Private Methods

Méthode Description
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

Method Details

onDisconnect() protected méthode

protected onDisconnect ( ) : void
Résultat void

onFlightStart() protected méthode

protected onFlightStart ( ) : void
Résultat void

onPartDestroy() protected méthode

protected onPartDestroy ( ) : void
Résultat void

onPartStart() protected méthode

protected onPartStart ( ) : void
Résultat void

onPartUpdate() protected méthode

protected onPartUpdate ( ) : void
Résultat void

Property Details

AlignmentCaptions public_oe property

public string[] AlignmentCaptions
Résultat string[]

ControlModeCaptions public_oe property

public string[] ControlModeCaptions
Résultat string[]

Kd public_oe property

public float Kd
Résultat float

Ki public_oe property

public float Ki
Résultat float

Kp public_oe property

public float Kp
Résultat float

PointAt public_oe property

public Orient PointAt
Résultat Orient

SyncMode public_oe property

public SynchronizationType SyncMode
Résultat SynchronizationType

WindowPos protected_oe property

protected Rect WindowPos
Résultat Rect