FloatVector_RemoveRange() private method

private FloatVector_RemoveRange ( HandleRef jarg1, int jarg2, int jarg3 ) : void
jarg1 HandleRef
jarg2 int
jarg3 int
return void
Ejemplo n.º 1
0
 public void RemoveRange(int index, int count)
 {
     AssimpPINVOKE.FloatVector_RemoveRange(swigCPtr, index, count);
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }