Ejemplo n.º 1
0
	internal CVRTrackedCamera(IntPtr pInterface)
	{
		FnTable = (IVRTrackedCamera)Marshal.PtrToStructure(pInterface, typeof(IVRTrackedCamera));
	}
Ejemplo n.º 2
0
 internal CVRTrackedCamera(IntPtr pInterface)
 {
     this.FnTable = (IVRTrackedCamera)Marshal.PtrToStructure(pInterface, typeof(IVRTrackedCamera));
 }