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

Method ReadPropertyBatch

headers/openvr_api.cs:4722–4726  ·  view source on GitHub ↗
(ulong ulContainerHandle,ref PropertyRead_t pBatch,uint unBatchEntryCount)

Source from the content-addressed store, hash-verified

4720 FnTable = (IVRProperties)Marshal.PtrToStructure(pInterface, typeof(IVRProperties));
4721 }
4722 public ETrackedPropertyError ReadPropertyBatch(ulong ulContainerHandle,ref PropertyRead_t pBatch,uint unBatchEntryCount)
4723 {
4724 ETrackedPropertyError result = FnTable.ReadPropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount);
4725 return result;
4726 }
4727 public ETrackedPropertyError WritePropertyBatch(ulong ulContainerHandle,ref PropertyWrite_t pBatch,uint unBatchEntryCount)
4728 {
4729 ETrackedPropertyError result = FnTable.WritePropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount);

Callers 1

GetPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected