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

Method VRTrackedCamera

headers/openvr_api.cs:8706–8717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8704 }
8705
8706 public CVRTrackedCamera VRTrackedCamera()
8707 {
8708 CheckClear();
8709 if (m_pVRTrackedCamera == null)
8710 {
8711 var eError = EVRInitError.None;
8712 var pInterface = OpenVRInterop.GetGenericInterface(FnTable_Prefix+IVRTrackedCamera_Version, ref eError);
8713 if (pInterface != IntPtr.Zero && eError == EVRInitError.None)
8714 m_pVRTrackedCamera = new CVRTrackedCamera(pInterface);
8715 }
8716 return m_pVRTrackedCamera;
8717 }
8718
8719 public CVRInput VRInput()
8720 {

Callers 1

OpenVRClass · 0.45

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected