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 | Protected Attributes | Properties | List of all members
KSP.UI.Screens.RotationalGauge Class Reference
Inheritance diagram for KSP.UI.Screens.RotationalGauge:
KSP.UI.Screens.RotationalGaugeOffsetMarker

Public Member Functions

void SetValue (double val)
 
virtual void SetValue (float val)
 

Public Attributes

float logarithmic = 0f
 
float maxRot = 90f
 
float maxValue = 1f
 
float minRot = 0f
 
float minValue = 0f
 
RectTransform pointer
 
float responsiveness = 10f
 
Vector3 rotationAxis = Vector3.forward
 

Protected Member Functions

virtual void Awake ()
 
virtual void LateUpdate ()
 

Protected Attributes

float currentAngle
 
float currentValue
 
float targetValue
 

Properties

float CurrentAngle [get]
 
float CurrentValue [get]
 
float Value [get, set]
 

Member Function Documentation

virtual void KSP.UI.Screens.RotationalGauge.Awake ( )
inlineprotectedvirtual
virtual void KSP.UI.Screens.RotationalGauge.LateUpdate ( )
inlineprotectedvirtual
void KSP.UI.Screens.RotationalGauge.SetValue ( double  val)
inline
virtual void KSP.UI.Screens.RotationalGauge.SetValue ( float  val)
inlinevirtual

Member Data Documentation

float KSP.UI.Screens.RotationalGauge.currentAngle
protected
float KSP.UI.Screens.RotationalGauge.currentValue
protected
float KSP.UI.Screens.RotationalGauge.logarithmic = 0f
float KSP.UI.Screens.RotationalGauge.maxRot = 90f
float KSP.UI.Screens.RotationalGauge.maxValue = 1f
float KSP.UI.Screens.RotationalGauge.minRot = 0f
float KSP.UI.Screens.RotationalGauge.minValue = 0f
RectTransform KSP.UI.Screens.RotationalGauge.pointer
float KSP.UI.Screens.RotationalGauge.responsiveness = 10f
Vector3 KSP.UI.Screens.RotationalGauge.rotationAxis = Vector3.forward
float KSP.UI.Screens.RotationalGauge.targetValue
protected

Property Documentation

float KSP.UI.Screens.RotationalGauge.CurrentAngle
get
float KSP.UI.Screens.RotationalGauge.CurrentValue
get
float KSP.UI.Screens.RotationalGauge.Value
getset

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