![]() |
Kerbal Space Program
1.12.4
|
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] |
|
inlinevirtual |
Reimplemented from InternalModule.
|
inlinevirtual |
Reimplemented from InternalModule.
| 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 |
1.8.7