|
Online Maps v3
|
Draws tooltips using legacy GUI. More...
Public Member Functions | |
| delegate void | OnPrepareTooltipStyleDelegate (ref GUIStyle style) |
| Allows you to customize the appearance of the tooltip. | |
| OnlineMapsGUITooltipDrawer (OnlineMaps map) | |
| Constructor. | |
Public Member Functions inherited from OnlineMapsTooltipDrawerBase | |
| void | ShowMarkersTooltip (Vector2 screenPosition) |
| Checks if the marker in the specified screen coordinates, and shows him a tooltip. | |
Static Public Attributes | |
| static OnPrepareTooltipStyleDelegate | OnPrepareTooltipStyle |
| Event caused when preparing tooltip style. | |
Static Public Attributes inherited from OnlineMapsTooltipDrawerBase | |
| static string | tooltip |
| Tooltip. | |
| static OnlineMapsDrawingElement | tooltipDrawingElement |
| The drawing element for which the tooltip is drawn. | |
| static OnlineMapsMarkerBase | tooltipMarker |
| The marker for which the tooltip is drawn. | |
Additional Inherited Members | |
Protected Member Functions inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > | |
| OnlineMapsGenericBase () | |
| Constructor. | |
Static Protected Attributes inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > | |
| static T | _instance |
| Instance of the class. | |
Properties inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > | |
| static T | instance [get] |
| Instance of the class. | |
Draws tooltips using legacy GUI.
| OnlineMapsGUITooltipDrawer.OnlineMapsGUITooltipDrawer | ( | OnlineMaps | map | ) |
Constructor.
| map | Reference to the map |
| delegate void OnlineMapsGUITooltipDrawer.OnPrepareTooltipStyleDelegate | ( | ref GUIStyle | style | ) |
Allows you to customize the appearance of the tooltip.
| style | The reference to the style. |