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

Method GetTrackedDeviceActivityLevel

headers/openvr_api.cs:2304–2308  ·  view source on GitHub ↗
(uint unDeviceId)

Source from the content-addressed store, hash-verified

2302 return result;
2303 }
2304 public EDeviceActivityLevel GetTrackedDeviceActivityLevel(uint unDeviceId)
2305 {
2306 EDeviceActivityLevel result = FnTable.GetTrackedDeviceActivityLevel(unDeviceId);
2307 return result;
2308 }
2309 public void ApplyTransform(ref TrackedDevicePose_t pOutputPose,ref TrackedDevicePose_t pTrackedDevicePose,ref HmdMatrix34_t pTransform)
2310 {
2311 FnTable.ApplyTransform(ref pOutputPose,ref pTrackedDevicePose,ref pTransform);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected