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

Method VRDebug

headers/openvr_api.cs:8758–8769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8756 }
8757
8758 public CVRDebug VRDebug()
8759 {
8760 CheckClear();
8761 if (m_pVRDebug == null)
8762 {
8763 var eError = EVRInitError.None;
8764 var pInterface = OpenVRInterop.GetGenericInterface(FnTable_Prefix + IVRDebug_Version, ref eError);
8765 if (pInterface != IntPtr.Zero && eError == EVRInitError.None)
8766 m_pVRDebug = new CVRDebug(pInterface);
8767 }
8768 return m_pVRDebug;
8769 }
8770
8771 public CVRNotifications VRNotifications()
8772 {

Callers 1

OpenVRClass · 0.45

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected