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

Classes

class  UsageStats
 Counts of number of times events occur
 

Public Member Functions

void SetModeTumbler (AltimeterDisplayState mode)
 Sets the ModeTumbler and Updates the ActiveVessel's altimeterDisplayState to match the new Mode.

Parameters
modeThe Mode to set the Display to
More...
 

Public Attributes

Button altitudeModeBtn
 This is the AltitudeMode Button - Add Event Delegates to hook into this button. More...
 
SpriteTumblerObject modeTumbler
 This is the Mode Tumbler (left side) More...
 
float modeTumblerSharpness = 6f
 
Tumbler tumbler
 This is the Altitude Readout Tumbler More...
 

Static Public Attributes

static double altitudeMultiplier = 1d
 
static AltitudeTumbler Instance
 Instance More...
 

Properties

AltimeterDisplayState CurrentMode [get]
 What is the current state of the AGL/ASL tumbler. More...
 

Member Function Documentation

void KSP.UI.Screens.Flight.AltitudeTumbler.SetModeTumbler ( AltimeterDisplayState  mode)
inline

Sets the ModeTumbler and Updates the ActiveVessel's altimeterDisplayState to match the new Mode.

Parameters
modeThe Mode to set the Display to

Member Data Documentation

Button KSP.UI.Screens.Flight.AltitudeTumbler.altitudeModeBtn

This is the AltitudeMode Button - Add Event Delegates to hook into this button.

double KSP.UI.Screens.Flight.AltitudeTumbler.altitudeMultiplier = 1d
static
AltitudeTumbler KSP.UI.Screens.Flight.AltitudeTumbler.Instance
static

Instance

SpriteTumblerObject KSP.UI.Screens.Flight.AltitudeTumbler.modeTumbler

This is the Mode Tumbler (left side)

float KSP.UI.Screens.Flight.AltitudeTumbler.modeTumblerSharpness = 6f
Tumbler KSP.UI.Screens.Flight.AltitudeTumbler.tumbler

This is the Altitude Readout Tumbler

Property Documentation

AltimeterDisplayState KSP.UI.Screens.Flight.AltitudeTumbler.CurrentMode
get

What is the current state of the AGL/ASL tumbler.


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