enum SharedAnchorTrackingState (Niantic.ARDK.AR.Networking.NetworkAnchors.SharedAnchorTrackingState)
Overview
Values for shared anchor tracking state. More…
enum SharedAnchorTrackingState { Unresolved = 0, Tracking = 1, Deleted = 2, Failed = 3, };
Detailed Documentation
Values for shared anchor tracking state.
Note
This is currently in internal development, and not useable.
Enum Values
Unresolved
The anchor is present in the active map layer but the device does not yet know where the anchor is located in the local coordinate space.
Tracking
The device knows where the anchor is located in the local coordinate space. With this state, the shared anchor’s Transform
can be used to place virtual content in the scene.
Deleted
The anchor is no longer available or being updated on the ARDK servers.
Failed
The anchor is not available in the active map layer.