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

Method GetSpatialAnchorDescriptor

headers/openvr_api.cs:4600–4605  ·  view source on GitHub ↗
(uint unHandle,System.Text.StringBuilder pchDescriptorOut,ref uint punDescriptorBufferLenInOut)

Source from the content-addressed store, hash-verified

4598 return result;
4599 }
4600 public EVRSpatialAnchorError GetSpatialAnchorDescriptor(uint unHandle,System.Text.StringBuilder pchDescriptorOut,ref uint punDescriptorBufferLenInOut)
4601 {
4602 punDescriptorBufferLenInOut = 0;
4603 EVRSpatialAnchorError result = FnTable.GetSpatialAnchorDescriptor(unHandle,pchDescriptorOut,ref punDescriptorBufferLenInOut);
4604 return result;
4605 }
4606}
4607
4608

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected