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

Method GetArrayTrackedDeviceProperty

headers/openvr_api.cs:2358–2362  ·  view source on GitHub ↗
(uint unDeviceIndex,ETrackedDeviceProperty prop,uint propType,IntPtr pBuffer,uint unBufferSize,ref ETrackedPropertyError pError)

Source from the content-addressed store, hash-verified

2356 return result;
2357 }
2358 public uint GetArrayTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,uint propType,IntPtr pBuffer,uint unBufferSize,ref ETrackedPropertyError pError)
2359 {
2360 uint result = FnTable.GetArrayTrackedDeviceProperty(unDeviceIndex,prop,propType,pBuffer,unBufferSize,ref pError);
2361 return result;
2362 }
2363 public uint GetStringTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,System.Text.StringBuilder pchValue,uint unBufferSize,ref ETrackedPropertyError pError)
2364 {
2365 uint result = FnTable.GetStringTrackedDeviceProperty(unDeviceIndex,prop,pchValue,unBufferSize,ref pError);

Callers 1

OpenCVAppStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected