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