API reference
API reference
Select your platform
No SDKs available
No versions available

OculusXRAnchors.h File

Functions

Delegate called when spatial anchor creation completes.
Parameters
Result
The result of the anchor creation operation
Anchor
The created anchor component, or nullptr if creation failed
Delegate called when anchor erase operation completes.
Parameters
Result
The result of the erase operation
AnchorUUID
The UUID of the erased anchor
Delegate called when anchor component status change completes.
Parameters
Result
The result of the status change operation
AnchorHandle
The handle of the affected anchor
ComponentType
The type of component that was modified
Enabled
Whether the component is now enabled
Delegate called when single anchor save operation completes.
Parameters
Result
The result of the save operation
Anchor
The anchor that was saved
Delegate called when anchor list save operation completes.
Parameters
Result
The result of the save operation
SavedAnchors
Array of anchors that were successfully saved
Delegate called when anchor query operation completes.
Parameters
Result
The result of the query operation
Results
Array of query results containing found anchors
Delegate called when anchor sharing operation completes.
Parameters
Result
The result of the sharing operation
Anchors
Array of anchors that were shared
Users
Array of user IDs the anchors were shared with
Delegate called when batch anchor save operation completes.
Parameters
Result
The result of the save operation
SavedAnchors
Array of anchors that were successfully saved
Delegate called when batch anchor erase operation completes.
Parameters
Result
The result of the erase operation
ErasedAnchors
Array of anchor components that were erased
ErasedAnchorsHandles
Array of erased anchor handles as UInt64
ErasedAnchorsUUIDs
Array of erased anchor UUIDs
Delegate called when anchor discovery finds results.
Parameters
DiscoveredSpace
Array of discovered anchor results
Delegate called when anchor discovery operation completes.
Parameters
Result
The result of the discovery operation
Delegate called when get shared anchors operation completes.
Parameters
Result
The result of the operation
Results
Array of shared anchor discovery results
Did you find this page helpful?