Class UITooltipManager

Manages displaying tooltips over UI elements.

Constructors

Events

onTextWindowRequested: Event<[RenderWindow, Immutable<Vector2>, string], boolean>

Triggered when a textual tooltip is requested to be displayed. Return true to indicate that the event was handled.

onElementWindowRequested: Event<[RenderWindow, Immutable<Vector2>, UIElementBase], boolean>

Triggered when a UIElement-based tooltip is requested to be displayed. Return true to indicate that the event was handled.

onHide: Event<[], void>

Triggered when the tooltip should be hidden.