(uint unHandle,ETrackingUniverseOrigin eOrigin,ref SpatialAnchorPose_t pPoseOut)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected