FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.Tooltips.IHasTooltip Interface Reference

Interface describing an object that has a tooltip, and it's required properties for rendering. More...

Inheritance diagram for FMAR.Internal.Tooltips.IHasTooltip:
FMAR.Internal.Tooltips.Tooltip FMAR.UI.Widgets.HotbarButton FMAR.UI.Widgets.Map.PoiIcon

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.
 

Detailed Description

Interface describing an object that has a tooltip, and it's required properties for rendering.

Property Documentation

◆ TooltipPosition

Vector3 FMAR.Internal.Tooltips.IHasTooltip.TooltipPosition
getabstract

◆ TooltipRotation

Quaternion FMAR.Internal.Tooltips.IHasTooltip.TooltipRotation
getabstract

◆ TooltipText

string FMAR.Internal.Tooltips.IHasTooltip.TooltipText
getabstract

The text to display in the tooltip.

Implemented in FMAR.Internal.Tooltips.Tooltip, FMAR.UI.Widgets.HotbarButton, and FMAR.UI.Widgets.Map.PoiIcon.

◆ TooltipTransform

Transform FMAR.Internal.Tooltips.IHasTooltip.TooltipTransform
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.


The documentation for this interface was generated from the following file: