ARMapUIEventClick: ARMapBaseEvent & {
    payload: {
        hitFeatures: ARFeature[];
        pos: ARPos;
    };
    type: CLICK;
}

Type declaration

  • payload: {
        hitFeatures: ARFeature[];
        pos: ARPos;
    }
    • hitFeatures: ARFeature[]

      features below the mouse at the time of click

    • pos: ARPos

      position of the mouse at the time of click

  • type: CLICK

Generated using TypeDoc