Kerbal Space Program
1.12.4
|
Interface used for adding MapNodes for sites in mapview More...
Public Member Functions | |
string | GetName () |
ObjectName in Unity Hierarchy (_Node appended) More... | |
Transform | GetWorldPos () |
Get the node spositiuon in world coords More... | |
void | UpdateNodeCaption (MapNode mn, MapNode.CaptionData data) |
Method to update the mapnode contents More... | |
Interface used for adding MapNodes for sites in mapview
string ISiteNode.GetName | ( | ) |
ObjectName in Unity Hierarchy (_Node appended)
Implemented in LaunchSite, and KSCSiteNode.
Transform ISiteNode.GetWorldPos | ( | ) |
Get the node spositiuon in world coords
Implemented in LaunchSite, and KSCSiteNode.
void ISiteNode.UpdateNodeCaption | ( | MapNode | mn, |
MapNode.CaptionData | data | ||
) |
Method to update the mapnode contents
mn | The mapnode |
data | the caption structure - edit this to update whats displayed |
Implemented in LaunchSite, and KSCSiteNode.