Exemplo n.º 1
0
 public void swigTakeOwnership() {
   swigCMemOwn = true;
   CollisionJNI.ConvexResultCallback_change_ownership(this, swigCPtr, true);
 }
Exemplo n.º 2
0
 public void swigReleaseOwnership() {
   swigCMemOwn = false;
   CollisionJNI.ConvexResultCallback_change_ownership(this, swigCPtr, false);
 }