πŸ”ΆTooltip Positioning

Tooltips are positioned based on the canvas type and display mode:

  • πŸ–±οΈ Follow the mouse or controller cursor

  • πŸ“ Stick to a fixed screen/world position

  • βœ‹ Wait for cursor to stop moving (stationary mode)

Tooltips will automatically:

  • Clamp to the screen edge

  • Flip alignment if they would overflow

  • Respect padding, offset, and alignment settings

You can adjust these in the TooltipManager component or on individual tooltip objects.

Last updated