Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
LinearGauge Class Reference
Inheritance diagram for LinearGauge:

Public Member Functions

void setValue (double val)
 
void setValue (float val)
 
void startSound (bool start)
 

Public Attributes

float exponent
 
LED led
 
GaugeLEDRange[] ledRanges
 
float logarithmic
 
float maxValue
 
Vector3 minPos
 
float minValue
 
Transform pointer
 
float responsiveness
 

Properties

float Value [get]
 returns the normalized value of this gauge (read-only. use SetValue to change the value) More...
 

Member Function Documentation

void LinearGauge.setValue ( double  val)
inline
void LinearGauge.setValue ( float  val)
inline
void LinearGauge.startSound ( bool  start)
inline

Member Data Documentation

float LinearGauge.exponent
LED LinearGauge.led
GaugeLEDRange [] LinearGauge.ledRanges
float LinearGauge.logarithmic
float LinearGauge.maxValue
Vector3 LinearGauge.minPos
float LinearGauge.minValue
Transform LinearGauge.pointer
float LinearGauge.responsiveness

Property Documentation

float LinearGauge.Value
get

returns the normalized value of this gauge (read-only. use SetValue to change the value)


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