getCPtr() static private method

static private getCPtr ( Importer, obj ) : HandleRef
obj Importer,
return HandleRef
Beispiel #1
0
 public Importer(Importer other) : this(AssimpPINVOKE.new_Importer__SWIG_1(Importer.getCPtr(other)), true)
 {
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }