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 | |
Transform | hand |
string | indicatorName = "indicator" |
float | log = 2.71828f |
float | logMax |
float | logMin |
Vector3 | max = new Vector3(10f, 0f, 0f) |
float | maxValue = 100000f |
Vector3 | min = new Vector3(0f, 0f, 0f) |
float | minValue = 1f |
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.
Transform InternalAtmosphereDepth.hand |
string InternalAtmosphereDepth.indicatorName = "indicator" |
float InternalAtmosphereDepth.log = 2.71828f |
float InternalAtmosphereDepth.logMax |
float InternalAtmosphereDepth.logMin |
Vector3 InternalAtmosphereDepth.max = new Vector3(10f, 0f, 0f) |
float InternalAtmosphereDepth.maxValue = 100000f |
Vector3 InternalAtmosphereDepth.min = new Vector3(0f, 0f, 0f) |
float InternalAtmosphereDepth.minValue = 1f |
float InternalAtmosphereDepth.smooth = 10f |