Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
Expansions.Missions.Editor.NodeListTooltip Class Reference
Inheritance diagram for Expansions.Missions.Editor.NodeListTooltip:
KSP.UI.Tooltip

Public Member Functions

void DisplayExtendedInfo (bool display, string rmbHintText)
 Display the extended information for a node. More...
 
void Setup (MEBasicNode basicNode, RawImage image)
 Setup a Node list ToolTip. More...
 

Public Attributes

Sprite extInfoActionModuleSprite
 Sprite to add to change the colours for the action module extended information. More...
 
RectTransform extInfoListContainer
 Parent transform of all the extended information. More...
 
RectTransform extInfoListSpacerPrefab
 Spacer to divide the different parameters in the extended information list from each other. More...
 
Sprite extInfoTestModuleSprite
 Sprite to add to change the colours for the test module extended information. More...
 
PartListTooltipWidget extInfoWidgetPrefab
 Prefab for displaying the extended information. More...
 
RawImage imageNode
 Texture for the icon representing the node. More...
 
GameObject panelExtended
 Gameobject that's created to display the extended information. More...
 
TMPro.TextMeshProUGUI textDescription
 Text for the description of the node. More...
 
TMPro.TextMeshProUGUI textInfoBasic
 Text for the docking information for the node. More...
 
TMPro.TextMeshProUGUI textName
 Text for the name of the node. More...
 
TMPro.TextMeshProUGUI textRMBHint
 Text for the Right-Mouse Button hint for the extended information. More...
 

Properties

bool HasExtendedInfo [get]
 Does the tooltip have any extended information to display? More...
 
- Properties inherited from KSP.UI.Tooltip
RectTransform RectTransform [get]
 

Additional Inherited Members

- Protected Member Functions inherited from KSP.UI.Tooltip
void Awake ()
 

Member Function Documentation

void Expansions.Missions.Editor.NodeListTooltip.DisplayExtendedInfo ( bool  display,
string  rmbHintText 
)
inline

Display the extended information for a node.

Parameters
displayDisplay the extended information if true, hide otherwise.
rmbHintTextString to show as the Right-Mouse Button hint.
void Expansions.Missions.Editor.NodeListTooltip.Setup ( MEBasicNode  basicNode,
RawImage  image 
)
inline

Setup a Node list ToolTip.

Parameters
basicNodeBasic node with all the information for the tooltip.

Member Data Documentation

Sprite Expansions.Missions.Editor.NodeListTooltip.extInfoActionModuleSprite

Sprite to add to change the colours for the action module extended information.

RectTransform Expansions.Missions.Editor.NodeListTooltip.extInfoListContainer

Parent transform of all the extended information.

RectTransform Expansions.Missions.Editor.NodeListTooltip.extInfoListSpacerPrefab

Spacer to divide the different parameters in the extended information list from each other.

Sprite Expansions.Missions.Editor.NodeListTooltip.extInfoTestModuleSprite

Sprite to add to change the colours for the test module extended information.

PartListTooltipWidget Expansions.Missions.Editor.NodeListTooltip.extInfoWidgetPrefab

Prefab for displaying the extended information.

RawImage Expansions.Missions.Editor.NodeListTooltip.imageNode

Texture for the icon representing the node.

GameObject Expansions.Missions.Editor.NodeListTooltip.panelExtended

Gameobject that's created to display the extended information.

TMPro.TextMeshProUGUI Expansions.Missions.Editor.NodeListTooltip.textDescription

Text for the description of the node.

TMPro.TextMeshProUGUI Expansions.Missions.Editor.NodeListTooltip.textInfoBasic

Text for the docking information for the node.

TMPro.TextMeshProUGUI Expansions.Missions.Editor.NodeListTooltip.textName

Text for the name of the node.

TMPro.TextMeshProUGUI Expansions.Missions.Editor.NodeListTooltip.textRMBHint

Text for the Right-Mouse Button hint for the extended information.

Property Documentation

bool Expansions.Missions.Editor.NodeListTooltip.HasExtendedInfo
get

Does the tooltip have any extended information to display?


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