Inheritance: IDisposable
Beispiel #1
0
 public aiRay(aiRay o) : this(AssimpPINVOKE.new_aiRay__SWIG_2(aiRay.getCPtr(o)), true)
 {
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static HandleRef getCPtr(aiRay obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public aiRay(aiRay o)
     : this(AssimpPINVOKE.new_aiRay__SWIG_2(aiRay.getCPtr(o)), true)
 {
     if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
 }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiRay obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #5
0
 internal static HandleRef getCPtr(aiRay obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }