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

Method ApplyTransform

headers/openvr_api.cs:2309–2312  ·  view source on GitHub ↗
(ref TrackedDevicePose_t pOutputPose,ref TrackedDevicePose_t pTrackedDevicePose,ref HmdMatrix34_t pTransform)

Source from the content-addressed store, hash-verified

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);
2312 }
2313 public uint GetTrackedDeviceIndexForControllerRole(ETrackedControllerRole unDeviceType)
2314 {
2315 uint result = FnTable.GetTrackedDeviceIndexForControllerRole(unDeviceType);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected