struct SharedAnchorIdentifier (Niantic.ARDK.AR.Networking.NetworkAnchors.SharedAnchorIdentifier)
Overview
Unique identifier for this shared anchor. If this anchor is uploaded to the cloud, it will have the same identifier across all sessions it is discovered in. More…
struct SharedAnchorIdentifier: IEquatable< SharedAnchorIdentifier > { // methods override bool Equals(Object obj); bool Equals(SharedAnchorIdentifier other); override int GetHashCode(); bool IsEmpty(); override string ToString(); static bool operator != (SharedAnchorIdentifier a, SharedAnchorIdentifier b); static bool operator == (SharedAnchorIdentifier a, SharedAnchorIdentifier b); };
Detailed Documentation
Unique identifier for this shared anchor. If this anchor is uploaded to the cloud, it will have the same identifier across all sessions it is discovered in.
Note
This is currently in internal development, and not useable.
Methods
bool IsEmpty()
Checks if this struct has been initialized as a valid identifier.
Returns:
True if the struct is uninitialized.