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

Method GetStringTrackedDeviceProperty

headers/openvr_api.cs:2363–2367  ·  view source on GitHub ↗
(uint unDeviceIndex,ETrackedDeviceProperty prop,System.Text.StringBuilder pchValue,uint unBufferSize,ref ETrackedPropertyError pError)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected