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

Public Member Functions

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

Public Attributes

Transform labelTransform
 
string text = "Label"
 
string textAlign = "TopLeft"
 
Color textColor = new Color(0.8627f, 0.8627f, 0.8627f, 1.0f)
 
string textFont = "Arial"
 
InternalText textObj
 
float textSize = 1f
 
bool textWrapping = false
 
string transformName = "anim"
 
- 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 InternalLabel.OnAwake ( )
inlinevirtual

Reimplemented from InternalModule.

override void InternalLabel.OnLoad ( ConfigNode  node)
inlinevirtual

Reimplemented from InternalModule.

void InternalLabel.SetText ( string  text)
inline

< not a confusing line at all :p

Member Data Documentation

Transform InternalLabel.labelTransform
string InternalLabel.text = "Label"
string InternalLabel.textAlign = "TopLeft"
Color InternalLabel.textColor = new Color(0.8627f, 0.8627f, 0.8627f, 1.0f)
string InternalLabel.textFont = "Arial"
InternalText InternalLabel.textObj
float InternalLabel.textSize = 1f
bool InternalLabel.textWrapping = false
string InternalLabel.transformName = "anim"

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