Interface PointerEventsSystem

Hierarchy

  • PointerEventsSystem

Methods

  • Execute callback when the user place the pointer over the entity

    Parameters

    Returns void

  • Execute callback when the user take the pointer out of the entity

    Parameters

    Returns void

  • Execute callback when the user presses the proximity button on the entity

    Parameters

    Returns void

  • Execute callback when the entity enters the proximity zone of the user

    Parameters

    Returns void

  • Execute callback when the entity leaves the proximity zone of the user

    Parameters

    Returns void

  • Execute callback when the user releases the proximity button on the entity

    Parameters

    Returns void

  • 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