Property | Type | Description | |
---|---|---|---|
onMouseOutListEntry | System.Action | ||
onMouseOverListEntry | System.Action | ||
triggerMouseOverListEntry | bool |
Method | Description | |
---|---|---|
AntennaFragment ( IAntenna antenna ) : System | ||
Dispose ( ) : void | ||
Draw ( ) : void | ||
Refresh ( ) : void |
Rebuilds list of target vessels
|
|
Refresh ( IAntenna sat ) : void | ||
Refresh ( ISatellite sat ) : void |
Rebuilds list of target vessels
|
Method | Description | |
---|---|---|
RefreshPlanets ( ) : void |
Full refresh of target list Calling this function wipes all information about which submenus were open or closed. |
|
RemoveVessels ( Entry root ) : void |
Removes all buttons representing specific vessels, while preserving celestial bodies and special targets
|
public AntennaFragment ( IAntenna antenna ) : System | ||
antenna | IAntenna | |
return | System |
public Refresh ( ISatellite sat ) : void | ||
sat | ISatellite | The satellite whose status has just changed. |
return | void |
public Action,System onMouseOutListEntry | ||
return | System.Action |
public Action,System onMouseOverListEntry | ||
return | System.Action |