struct AnchorsArgs (Niantic.ARDK.AR.ARSessionEventArgs.AnchorsArgs)

struct AnchorsArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // properties

    ReadOnlyCollection<IARAnchor> Anchors;

    // methods

    AnchorsArgs(IARAnchor[] anchors);
};