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

Public Member Functions

override void OnAwake ()
 
override void OnUpdate ()
 
- Public Member Functions inherited from InternalModule
void Load (ConfigNode node)
 
virtual void OnFixedUpdate ()
 
virtual void OnLoad (ConfigNode node)
 
virtual void OnSave (ConfigNode node)
 
void Save (ConfigNode node)
 

Public Attributes

float current
 
Transform hand
 
string indicatorName = "indicator"
 
Vector3 max = new Vector3(10f, 0f, 0f)
 
Vector3 mid
 
Vector3 min = new Vector3(-10f, 0f, 0f)
 
float smooth = 10f
 
- Public Attributes inherited from InternalModule
InternalProp internalProp
 
int moduleID
 

Additional Inherited Members

- Properties inherited from InternalModule
int ClassID [get]
 
string ClassName [get]
 
BaseEventList Events [get]
 
BaseFieldList Fields [get]
 
InternalModel internalModel [get]
 
Part part [get]
 
Vessel vessel [get]
 

Member Function Documentation

override void InternalAxisIndicatorPitch.OnAwake ( )
inlinevirtual

Reimplemented from InternalModule.

override void InternalAxisIndicatorPitch.OnUpdate ( )
inlinevirtual

Reimplemented from InternalModule.

Member Data Documentation

float InternalAxisIndicatorPitch.current
Transform InternalAxisIndicatorPitch.hand
string InternalAxisIndicatorPitch.indicatorName = "indicator"
Vector3 InternalAxisIndicatorPitch.max = new Vector3(10f, 0f, 0f)
Vector3 InternalAxisIndicatorPitch.mid
Vector3 InternalAxisIndicatorPitch.min = new Vector3(-10f, 0f, 0f)
float InternalAxisIndicatorPitch.smooth = 10f

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