Interface PointerEventsSystem

Hierarchy

  • PointerEventsSystem

Methods

  • Remove the callback for onPointerDown event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerHoverEnter event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerHoverLeave event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerUp event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onProximityDown event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onProximityEnter event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onProximityLeave event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onProximityUp event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void