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

Method CVRTrackedCamera

headers/openvr_api.cs:2619–2622  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

2617{
2618 IVRTrackedCamera FnTable;
2619 internal CVRTrackedCamera(IntPtr pInterface)
2620 {
2621 FnTable = (IVRTrackedCamera)Marshal.PtrToStructure(pInterface, typeof(IVRTrackedCamera));
2622 }
2623 public string GetCameraErrorNameFromEnum(EVRTrackedCameraError eCameraError)
2624 {
2625 IntPtr result = FnTable.GetCameraErrorNameFromEnum(eCameraError);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected