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 InternalAxisIndicatorYaw.current |
Transform InternalAxisIndicatorYaw.hand |
string InternalAxisIndicatorYaw.indicatorName = "indicator" |
Vector3 InternalAxisIndicatorYaw.max = new Vector3(10f, 0f, 0f) |
Vector3 InternalAxisIndicatorYaw.mid |
Vector3 InternalAxisIndicatorYaw.min = new Vector3(-10f, 0f, 0f) |
float InternalAxisIndicatorYaw.smooth = 10f |