![]() |
FirstModulAR 0.1.0
|
Interface describing an object that has a tooltip, and it's required properties for rendering. More...
Properties | |
| string | TooltipText [get] |
| The text to display in the tooltip. | |
| Transform | TooltipTransform [get] |
| The transform of the object to display the tooltip on. | |
| Vector3 | TooltipPosition [get] |
| The position of the tooltip. | |
| Quaternion | TooltipRotation [get] |
| The rotation of the tooltip. | |
Interface describing an object that has a tooltip, and it's required properties for rendering.
|
getabstract |
The position of the tooltip.
Implemented in FMAR.Internal.Tooltips.Tooltip, FMAR.UI.Widgets.HotbarButton, and FMAR.UI.Widgets.Map.PoiIcon.
|
getabstract |
The rotation of the tooltip.
Implemented in FMAR.Internal.Tooltips.Tooltip, FMAR.UI.Widgets.HotbarButton, and FMAR.UI.Widgets.Map.PoiIcon.
|
getabstract |
The text to display in the tooltip.
Implemented in FMAR.Internal.Tooltips.Tooltip, FMAR.UI.Widgets.HotbarButton, and FMAR.UI.Widgets.Map.PoiIcon.
|
getabstract |
The transform of the object to display the tooltip on.
Implemented in FMAR.Internal.Tooltips.Tooltip, FMAR.UI.Widgets.HotbarButton, and FMAR.UI.Widgets.Map.PoiIcon.