MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetSpatialAnchorPose

Method GetSpatialAnchorPose

headers/openvr_api.cs:4595–4599  ·  view source on GitHub ↗
(uint unHandle,ETrackingUniverseOrigin eOrigin,ref SpatialAnchorPose_t pPoseOut)

Source from the content-addressed store, hash-verified

4593 return result;
4594 }
4595 public EVRSpatialAnchorError GetSpatialAnchorPose(uint unHandle,ETrackingUniverseOrigin eOrigin,ref SpatialAnchorPose_t pPoseOut)
4596 {
4597 EVRSpatialAnchorError result = FnTable.GetSpatialAnchorPose(unHandle,eOrigin,ref pPoseOut);
4598 return result;
4599 }
4600 public EVRSpatialAnchorError GetSpatialAnchorDescriptor(uint unHandle,System.Text.StringBuilder pchDescriptorOut,ref uint punDescriptorBufferLenInOut)
4601 {
4602 punDescriptorBufferLenInOut = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected