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.LinearControlGauges Class Reference
Inheritance diagram for KSP.UI.Screens.Flight.LinearControlGauges:

Public Member Functions

void OnDestroy ()
 
void Start ()
 

Public Attributes

List< Image > inputGaugeImages
 
LinearGauge linX
 Gauge for the Linear Mode X Axis More...
 
bool linXInverted
 Whether to invert the X axis Linear Mode gauge from its input More...
 
LinearGauge linY
 Gauge for the Linear Mode Y Axis More...
 
bool linYInverted
 Whether to invert the Y axis Linear Mode gauge from its input More...
 
LinearGauge linZ
 Gauge for the Linear Mode Z Axis More...
 
bool linZInverted
 Whether to invert the Z axis Linear Mode gauge from its input More...
 
LinearGauge pitch
 Gauge for the Pitch Axis More...
 
LinearGauge roll
 Gauge for the Roll Axis More...
 
LinearGauge yaw
 Gauge for the Yaw Axis More...
 

Protected Member Functions

void onPrecisionModeToggle (bool precisionMode)
 

Member Function Documentation

void KSP.UI.Screens.Flight.LinearControlGauges.OnDestroy ( )
inline
void KSP.UI.Screens.Flight.LinearControlGauges.onPrecisionModeToggle ( bool  precisionMode)
inlineprotected
void KSP.UI.Screens.Flight.LinearControlGauges.Start ( )
inline

Member Data Documentation

List<Image> KSP.UI.Screens.Flight.LinearControlGauges.inputGaugeImages
LinearGauge KSP.UI.Screens.Flight.LinearControlGauges.linX

Gauge for the Linear Mode X Axis

bool KSP.UI.Screens.Flight.LinearControlGauges.linXInverted

Whether to invert the X axis Linear Mode gauge from its input

LinearGauge KSP.UI.Screens.Flight.LinearControlGauges.linY

Gauge for the Linear Mode Y Axis

bool KSP.UI.Screens.Flight.LinearControlGauges.linYInverted

Whether to invert the Y axis Linear Mode gauge from its input

LinearGauge KSP.UI.Screens.Flight.LinearControlGauges.linZ

Gauge for the Linear Mode Z Axis

bool KSP.UI.Screens.Flight.LinearControlGauges.linZInverted

Whether to invert the Z axis Linear Mode gauge from its input

LinearGauge KSP.UI.Screens.Flight.LinearControlGauges.pitch

Gauge for the Pitch Axis

LinearGauge KSP.UI.Screens.Flight.LinearControlGauges.roll

Gauge for the Roll Axis

LinearGauge KSP.UI.Screens.Flight.LinearControlGauges.yaw

Gauge for the Yaw Axis


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