struct WayspotAnchorResolvedArgs (Niantic.ARDK.AR.WayspotAnchors.WayspotAnchorResolvedArgs)

Overview

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

    Guid ID;
    Vector3 Position;
    Quaternion Rotation;
};

Detailed Documentation

Properties

Guid ID

The ID of the wayspot anchor being resolved.

Vector3 Position

The new position of the wayspot anchor.

Quaternion Rotation

The new rotation of the wayspot anchor.