Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
KSP.UI.Screens.Flight.NavBallBurnVector Class Reference
Inheritance diagram for KSP.UI.Screens.Flight.NavBallBurnVector:

Public Member Functions

void SetAdvancedMode (bool mode)
 Set the Advanced Burn Indicator setting and applies to the burn indicator UI. Note: Does not save the game setting. More...
 

Public Attributes

float accuracy
 
TMPro.TextMeshProUGUI bbPercentText
 DeltaV Burn before Percentage text readout. More...
 
Button btnAccept
 Button to Accept Burn More...
 
Button btnDismiss
 Button to Dismiss Burn More...
 
Button btnPercentMinus
 Minus button for burn before percent More...
 
Button btnPercentPlus
 Plus button for burn before percent More...
 
Button btnWarpTo
 Button to Warp To Burn More...
 
HelixGauge deltaVGauge
 This is the helix gauge for the green burn indicator. More...
 
HelixGauge deltaVGaugeRed
 This is the helix gauge for the red burn indicator. More...
 
double dVremaining
 DV still required to burn to complete the maneuver More...
 
TMPro.TextMeshProUGUI ebtText
 Estimated Burn Time text More...
 
double estimatedBurnTime
 The time required to burn engines to complete the DV More...
 
Transform indicationArrow
 
NavBall navBall
 
UIPanelTransitionToggle[] navBallCollapseGroups
 
TMPro.TextMeshProUGUI readoutText
 The DeltaV m/s Readout text. More...
 
TMPro.TextMeshProUGUI sbtText
 Start Burn Time text More...
 
Transform StageMarkersParent
 Parent transform for placing the stage markers. More...
 
double startBurnTime
 The Time to start the burn. More...
 
TMPro.TextMeshProUGUI TdnText
 Time to node text. More...
 
Transform vectorProgr
 

Protected Member Functions

void OnDismissButton ()
 
void OnWarpToButton ()
 

Member Function Documentation

void KSP.UI.Screens.Flight.NavBallBurnVector.OnDismissButton ( )
inlineprotected
void KSP.UI.Screens.Flight.NavBallBurnVector.OnWarpToButton ( )
inlineprotected
void KSP.UI.Screens.Flight.NavBallBurnVector.SetAdvancedMode ( bool  mode)
inline

Set the Advanced Burn Indicator setting and applies to the burn indicator UI. Note: Does not save the game setting.

Parameters
modeSet the setting to true or false from this parameter

Member Data Documentation

float KSP.UI.Screens.Flight.NavBallBurnVector.accuracy
TMPro.TextMeshProUGUI KSP.UI.Screens.Flight.NavBallBurnVector.bbPercentText

DeltaV Burn before Percentage text readout.

Button KSP.UI.Screens.Flight.NavBallBurnVector.btnAccept

Button to Accept Burn

Button KSP.UI.Screens.Flight.NavBallBurnVector.btnDismiss

Button to Dismiss Burn

Button KSP.UI.Screens.Flight.NavBallBurnVector.btnPercentMinus

Minus button for burn before percent

Button KSP.UI.Screens.Flight.NavBallBurnVector.btnPercentPlus

Plus button for burn before percent

Button KSP.UI.Screens.Flight.NavBallBurnVector.btnWarpTo

Button to Warp To Burn

HelixGauge KSP.UI.Screens.Flight.NavBallBurnVector.deltaVGauge

This is the helix gauge for the green burn indicator.

HelixGauge KSP.UI.Screens.Flight.NavBallBurnVector.deltaVGaugeRed

This is the helix gauge for the red burn indicator.

double KSP.UI.Screens.Flight.NavBallBurnVector.dVremaining

DV still required to burn to complete the maneuver

TMPro.TextMeshProUGUI KSP.UI.Screens.Flight.NavBallBurnVector.ebtText

Estimated Burn Time text

double KSP.UI.Screens.Flight.NavBallBurnVector.estimatedBurnTime

The time required to burn engines to complete the DV

Transform KSP.UI.Screens.Flight.NavBallBurnVector.indicationArrow
NavBall KSP.UI.Screens.Flight.NavBallBurnVector.navBall
UIPanelTransitionToggle [] KSP.UI.Screens.Flight.NavBallBurnVector.navBallCollapseGroups
TMPro.TextMeshProUGUI KSP.UI.Screens.Flight.NavBallBurnVector.readoutText

The DeltaV m/s Readout text.

TMPro.TextMeshProUGUI KSP.UI.Screens.Flight.NavBallBurnVector.sbtText

Start Burn Time text

Transform KSP.UI.Screens.Flight.NavBallBurnVector.StageMarkersParent

Parent transform for placing the stage markers.

double KSP.UI.Screens.Flight.NavBallBurnVector.startBurnTime

The Time to start the burn.

TMPro.TextMeshProUGUI KSP.UI.Screens.Flight.NavBallBurnVector.TdnText

Time to node text.

Transform KSP.UI.Screens.Flight.NavBallBurnVector.vectorProgr

The documentation for this class was generated from the following file: