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

Method GetMatrix34TrackedDeviceProperty

headers/openvr_api.cs:2353–2357  ·  view source on GitHub ↗
(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected