Battle Talent  V11
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CrossLink.Network.SharedAnchorLoader Class Reference

Inherits MonoBehaviour.

Public Types

enum class  AnchorQueryMode { CLOUD , LOCAL , LOCAL_THEN_CLOUD , LOCAL_THEN_SHARE }
 

Public Member Functions

void DoTryShareSharedAnchor ()
 
void ServerCreateSharedAnchor (bool shared)
 
void LoadLocalAnchors ()
 
void LoadLastUsedCachedAnchor ()
 
void LoadAnchorsFromRemote (HashSet< Guid > uuids)
 
void RetrieveAnchorsFromCloud (Guid[] anchorIds, AnchorQueryMode newQueryMode)
 
void AddLocallySavedAnchor (OVRSpatialAnchor anchor)
 
void RemoveLocallySavedAnchor (OVRSpatialAnchor anchor)
 

Public Attributes

OVRSpatialAnchor anchorPrefab
 
AnchorQueryMode queryMode
 
SharedAnchor colocationAnchor = null
 
Transform colocationAnchorTrans = null
 
Transform hostManualAnchorTrans = null
 
Transform clientManualAnchorTrans = null
 

Static Public Attributes

static SharedAnchorLoader Instance