internal CVRSystem(IntPtr pInterface) { FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem)); }
internal CVRSystem(IntPtr pInterface) { this.FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem)); }