Table of Contents

Class Tooltip

Namespace
MonkeyLoader.Resonite.UI.Tooltips
Assembly
MonkeyLoader.Resonite.Integration.dll

Contains data for the tooltip shown on an FrooxEngine.IButton.

public sealed class Tooltip
Inheritance
Tooltip
Inherited Members

Properties

IsLocal

Gets whether this tooltip only exists for the local user.

public bool IsLocal { get; }

Property Value

bool

IsOnDash

Gets whether the tooltip is shown on the dash.

public bool IsOnDash { get; }

Property Value

bool

Label

Gets the label of the tooltip.

public LocaleString Label { get; }

Property Value

LocaleString

Root

Gets the root slot of the tooltip.

public Slot Root { get; }

Property Value

Slot

Scale

Gets the scale multiplier for this tooltip.

public float Scale { get; }

Property Value

float

TextRenderer

Gets the text renderer that's displaying the label of this tooltip.

public TextRenderer TextRenderer { get; }

Property Value

TextRenderer