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

Method CVRProperties

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

Source from the content-addressed store, hash-verified

4716{
4717 IVRProperties FnTable;
4718 internal CVRProperties(IntPtr pInterface)
4719 {
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected