FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.Tooltips.Tooltip Class Reference

A tooltip object. Used in UI and behaves like your standard tooltip. More...

Inheritance diagram for FMAR.Internal.Tooltips.Tooltip:
FMAR.Internal.Tooltips.IHasTooltip

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.
 
- Properties inherited from FMAR.Internal.Tooltips.IHasTooltip

Detailed Description

A tooltip object. Used in UI and behaves like your standard tooltip.

Property Documentation

◆ TooltipPosition

Vector3 FMAR.Internal.Tooltips.Tooltip.TooltipPosition
get

The position of the tooltip.

Implements FMAR.Internal.Tooltips.IHasTooltip.

◆ TooltipRotation

Quaternion FMAR.Internal.Tooltips.Tooltip.TooltipRotation
get

The rotation of the tooltip.

Implements FMAR.Internal.Tooltips.IHasTooltip.

◆ TooltipText

string FMAR.Internal.Tooltips.Tooltip.TooltipText
get

The text to display in the tooltip.

Implements FMAR.Internal.Tooltips.IHasTooltip.

◆ TooltipTransform

Transform FMAR.Internal.Tooltips.Tooltip.TooltipTransform
get

The transform of the object to display the tooltip on.

Implements FMAR.Internal.Tooltips.IHasTooltip.


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