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

Public Member Functions

void Lever_OnDrag ()
 
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 angleMax = -90f
 
float angleMin = -1f
 
Vector3 axis = Vector3.right
 
Quaternion leverInitial
 
string leverName = "throttleLever"
 
Collider leverObject
 
float speed = 1.5f
 
- 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

void InternalLeverThrottle.Lever_OnDrag ( )
inline
override void InternalLeverThrottle.OnAwake ( )
inlinevirtual

Reimplemented from InternalModule.

override void InternalLeverThrottle.OnUpdate ( )
inlinevirtual

Reimplemented from InternalModule.

Member Data Documentation

float InternalLeverThrottle.angleMax = -90f
float InternalLeverThrottle.angleMin = -1f
Vector3 InternalLeverThrottle.axis = Vector3.right
Quaternion InternalLeverThrottle.leverInitial
string InternalLeverThrottle.leverName = "throttleLever"
Collider InternalLeverThrottle.leverObject
float InternalLeverThrottle.speed = 1.5f

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