internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NatPunchthroughDebugInterface obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
 public void SetDebugInterface(NatPunchthroughDebugInterface i)
 {
     RakNetPINVOKE.CSharp_RakNet_NatPunchthroughClient_SetDebugInterface(swigCPtr, NatPunchthroughDebugInterface.getCPtr(i));
 }