interface IPointerExitHandler {
    onPointerExit?(args: PointerEventData): any;
}

Hierarchy (view full)

Methods

  • Called when a pointer (mouse, touch, xr controller) exists an object (it was hovering the object before but now it's not anymore)

    Parameters

    Returns any