Component: Keep Tooltip Alive

TutorialKeepTooltipAlive is a component that is added to an object with raycast support, so that the tooltip doesn't disappear when the player moves the pointer away from the object that triggered the tooltip. This component is typically added to the tooltip itself to make it possible to interact with the contents of the tooltip.

This component implements the IPointerEnterHandler and IPointerExitHandler interfaces for receiving pointer events.