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

Public Member Functions

override void OnAwake ()
 
override void OnLoad (ConfigNode node)
 
override void OnUpdate ()
 
- Public Member Functions inherited from InternalModule
void Load (ConfigNode node)
 
virtual void OnFixedUpdate ()
 
virtual void OnSave (ConfigNode node)
 
void Save (ConfigNode node)
 

Public Attributes

string buttonName = "toggleButton"
 
Transform buttonObject
 
bool surfaceMode = true
 
string textAlign = "Left"
 
Color textColor = new Color(0.8627f, 0.8627f, 0.8627f, 1.0f)
 
string textFont = "Arial"
 
InternalText textObject
 
Transform textObjectTransform
 
float textSize = 0.1333333f
 
string textTransform = "textLabel"
 
bool textWrapping = false
 
bool useToggleButton = true
 
- 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 InternalSpeed.OnAwake ( )
inlinevirtual

Reimplemented from InternalModule.

override void InternalSpeed.OnLoad ( ConfigNode  node)
inlinevirtual

Reimplemented from InternalModule.

override void InternalSpeed.OnUpdate ( )
inlinevirtual

Reimplemented from InternalModule.

Member Data Documentation

string InternalSpeed.buttonName = "toggleButton"
Transform InternalSpeed.buttonObject
bool InternalSpeed.surfaceMode = true
string InternalSpeed.textAlign = "Left"
Color InternalSpeed.textColor = new Color(0.8627f, 0.8627f, 0.8627f, 1.0f)
string InternalSpeed.textFont = "Arial"
InternalText InternalSpeed.textObject
Transform InternalSpeed.textObjectTransform
float InternalSpeed.textSize = 0.1333333f
string InternalSpeed.textTransform = "textLabel"
bool InternalSpeed.textWrapping = false
bool InternalSpeed.useToggleButton = true

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