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

Method CVRPaths

headers/openvr_api.cs:4748–4751  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

4746{
4747 IVRPaths FnTable;
4748 internal CVRPaths(IntPtr pInterface)
4749 {
4750 FnTable = (IVRPaths)Marshal.PtrToStructure(pInterface, typeof(IVRPaths));
4751 }
4752 public ETrackedPropertyError ReadPathBatch(ulong ulRootHandle,ref PathRead_t pBatch,uint unBatchEntryCount)
4753 {
4754 ETrackedPropertyError result = FnTable.ReadPathBatch(ulRootHandle,ref pBatch,unBatchEntryCount);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected