interface IPointerEnterHandler {
    onPointerEnter(args: PointerEventData): any;
}

Hierarchy (View Summary, Expand)

Methods

  • Called when a pointer (mouse, touch, xr controller) starts pointing on/hovering an object (or a child object)

    Parameters

    Returns any

MMNEPVFCICPMFPCPTTAAATR