コード例 #1
0
	internal CVRSystem(IntPtr pInterface)
	{
		FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem));
	}
コード例 #2
0
ファイル: CVRSystem.cs プロジェクト: ahvonenj/TheForest
 internal CVRSystem(IntPtr pInterface)
 {
     this.FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem));
 }