UintVector_InsertRange() private method

private UintVector_InsertRange ( HandleRef jarg1, int jarg2, HandleRef jarg3 ) : void
jarg1 HandleRef
jarg2 int
jarg3 HandleRef
return void
Ejemplo n.º 1
0
 public void InsertRange(int index, UintVector values)
 {
     AssimpPINVOKE.UintVector_InsertRange(swigCPtr, index, UintVector.getCPtr(values));
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }