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
InternalAltimeterThreeHands Class Reference
Inheritance diagram for InternalAltimeterThreeHands:
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

Transform hand100
 
Transform hand1000
 
Transform hand10000
 
Quaternion hand10000Initial
 
string hand10000Name = "hand10000"
 
Quaternion hand1000Initial
 
string hand1000Name = "hand1000"
 
Quaternion hand100Initial
 
string hand100Name = "hand100"
 
Vector3 handAxis = Vector3.forward
 
float smoothing = 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 InternalAltimeterThreeHands.OnAwake ( )
inlinevirtual

Reimplemented from InternalModule.

override void InternalAltimeterThreeHands.OnUpdate ( )
inlinevirtual

Reimplemented from InternalModule.

Member Data Documentation

Transform InternalAltimeterThreeHands.hand100
Transform InternalAltimeterThreeHands.hand1000
Transform InternalAltimeterThreeHands.hand10000
Quaternion InternalAltimeterThreeHands.hand10000Initial
string InternalAltimeterThreeHands.hand10000Name = "hand10000"
Quaternion InternalAltimeterThreeHands.hand1000Initial
string InternalAltimeterThreeHands.hand1000Name = "hand1000"
Quaternion InternalAltimeterThreeHands.hand100Initial
string InternalAltimeterThreeHands.hand100Name = "hand100"
Vector3 InternalAltimeterThreeHands.handAxis = Vector3.forward
float InternalAltimeterThreeHands.smoothing = 10f

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