![]() |
FirstModulAR 0.1.0
|
Represents a point of interest icon on the map. More...
Public Member Functions | |
| PoiIcon | Init (PointOfInterest poi) |
| Initializes the point of interest icon with the given point of interest. | |
| void | Refresh (Vector3 flat, float observationRadius) |
| Refreshes the point of interest icon's position based on the given parameters. | |
Protected Attributes | |
| RectTransform | rt |
Properties | |
| string | TooltipText [get] |
| The tooltip text for the point of interest icon. | |
| Transform | TooltipTransform [get] |
| The tooltip transform for the point of interest icon. | |
| Vector3 | TooltipPosition [get] |
| The tooltip position for the point of interest icon. | |
| Quaternion | TooltipRotation [get] |
| The tooltip rotation for the point of interest icon. | |
Properties inherited from FMAR.Internal.Tooltips.IHasTooltip | |
Represents a point of interest icon on the map.
|
inline |
Initializes the point of interest icon with the given point of interest.
| poi | The point of interest. |
|
inline |
Refreshes the point of interest icon's position based on the given parameters.
| flat | The flat position vector. |
| observationRadius | The observation radius. |
|
protected |
|
get |
The tooltip position for the point of interest icon.
Implements FMAR.Internal.Tooltips.IHasTooltip.
|
get |
The tooltip rotation for the point of interest icon.
Implements FMAR.Internal.Tooltips.IHasTooltip.
|
get |
The tooltip text for the point of interest icon.
Implements FMAR.Internal.Tooltips.IHasTooltip.
|
get |
The tooltip transform for the point of interest icon.
Implements FMAR.Internal.Tooltips.IHasTooltip.