(uint unDeviceIndex,ETrackedDeviceProperty prop,System.Text.StringBuilder pchValue,uint unBufferSize,ref ETrackedPropertyError 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); |
| 2366 | return result; |
| 2367 | } |
| 2368 | public string GetPropErrorNameFromEnum(ETrackedPropertyError error) |
| 2369 | { |
| 2370 | IntPtr result = FnTable.GetPropErrorNameFromEnum(error); |
nothing calls this directly
no outgoing calls
no test coverage detected