struct ARFrameMarkerScannerGotResultArgs (Niantic.ARDK.Utilities.Marker.ARFrameMarkerScannerGotResultArgs)

struct ARFrameMarkerScannerGotResultArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // fields

    readonly IParserResult ParserResult;

    // methods

    ARFrameMarkerScannerGotResultArgs(IParserResult parserResult);
};