ARMapUIEventRollover: ARMapBaseEvent & {
    payload: {
        hitFeatures: ARFeature[];
        pos: ARPos;
    };
    type: ROLLOVER;
}

Type declaration

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

      features below the mouse at the time of rollover. Note: only features with 'ROLLOVER' ARFeatureCapacity will be included

    • pos: ARPos

      position of the mouse at the time of rollover

  • type: ROLLOVER

Generated using TypeDoc