(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)
| 2351 | return result; |
| 2352 | } |
| 2353 | public HmdMatrix34_t GetMatrix34TrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError) |
| 2354 | { |
| 2355 | HmdMatrix34_t result = FnTable.GetMatrix34TrackedDeviceProperty(unDeviceIndex,prop,ref pError); |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected