enum AnchorType (Niantic.ARDK.AR.Anchors.AnchorType)
Overview
Possible types for an anchor. Useful when checking if an Anchor object is actually a sub-object. More…
enum AnchorType { Base = 0, Plane = 1, Image = 2, Peer = 4, Shared = 5, };
Detailed Documentation
Possible types for an anchor. Useful when checking if an Anchor object is actually a sub-object.
Enum Values
Base
An anchor.
Plane
A plane anchor.
Image
An image anchor.
Note
This is an iOS-only value.
Peer
A face anchor.
Note
Face anchors are only available in the face tracking feature branch A peer anchor, representing another user in a multiplayer session.
Shared
An anchor that is shared between clients in a multiplayer session.