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

Method TrackedDeviceToPropertyContainer

headers/openvr_api.cs:4737–4741  ·  view source on GitHub ↗
(uint nDevice)

Source from the content-addressed store, hash-verified

4735 return Marshal.PtrToStringAnsi(result);
4736 }
4737 public ulong TrackedDeviceToPropertyContainer(uint nDevice)
4738 {
4739 ulong result = FnTable.TrackedDeviceToPropertyContainer(nDevice);
4740 return result;
4741 }
4742}
4743
4744

Callers 5

ActivateMethod · 0.45
ActivateMethod · 0.45
ActivateMethod · 0.45
ActivateMethod · 0.45
ActivateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected