Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
ConstructionVesselOverlays Class Reference

This class is used to manage the CoM, CoL, CoT vessel marker/overlays in Construction Mode in the Flight scene. More...

Inheritance diagram for ConstructionVesselOverlays:

Public Member Functions

void ToggleCoL ()
 Toggle CoL markers for all loaded vessels On or Off. (Toggles from current state). More...
 
void ToggleCoM ()
 Toggle CoM markers for all loaded vessels On or Off. (Toggles from current state). More...
 
void ToggleCoT ()
 Toggle CoT markers for all loaded vessels On or Off. (Toggles from current state). More...
 

Public Attributes

Button toggleCoLbtn
 This is the UI CoL toggle button. More...
 
Button toggleCoMbtn
 This is the UI CoM toggle button. More...
 
Button toggleCoTbtn
 This is the UI CoT toggle button. More...
 

Static Public Attributes

static ConstructionVesselOverlays fetch
 Singleton instance of this Class in the Flight scene. More...
 

Protected Member Functions

void Awake ()
 

Detailed Description

This class is used to manage the CoM, CoL, CoT vessel marker/overlays in Construction Mode in the Flight scene.

Member Function Documentation

void ConstructionVesselOverlays.Awake ( )
inlineprotected
void ConstructionVesselOverlays.ToggleCoL ( )
inline

Toggle CoL markers for all loaded vessels On or Off. (Toggles from current state).

void ConstructionVesselOverlays.ToggleCoM ( )
inline

Toggle CoM markers for all loaded vessels On or Off. (Toggles from current state).

void ConstructionVesselOverlays.ToggleCoT ( )
inline

Toggle CoT markers for all loaded vessels On or Off. (Toggles from current state).

Member Data Documentation

ConstructionVesselOverlays ConstructionVesselOverlays.fetch
static

Singleton instance of this Class in the Flight scene.

Button ConstructionVesselOverlays.toggleCoLbtn

This is the UI CoL toggle button.

Button ConstructionVesselOverlays.toggleCoMbtn

This is the UI CoM toggle button.

Button ConstructionVesselOverlays.toggleCoTbtn

This is the UI CoT toggle button.


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