(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError)
| 2331 | return result; |
| 2332 | } |
| 2333 | public bool GetBoolTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError) |
| 2334 | { |
| 2335 | bool result = FnTable.GetBoolTrackedDeviceProperty(unDeviceIndex,prop,ref pError); |
| 2336 | return result; |
| 2337 | } |
| 2338 | public float GetFloatTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError) |
| 2339 | { |
| 2340 | float result = FnTable.GetFloatTrackedDeviceProperty(unDeviceIndex,prop,ref pError); |
nothing calls this directly
no outgoing calls
no test coverage detected