public virtual void removeAction(SWIGTYPE_p_btActionInterface action)
 {
     BulletDynamicsPINVOKE.btSimpleDynamicsWorld_removeAction(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(action));
 }
 public virtual void removeCharacter(SWIGTYPE_p_btActionInterface character) {
   BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_removeCharacter(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(character));
 }
 public virtual void removeAction(SWIGTYPE_p_btActionInterface arg0) {
   BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_removeAction(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(arg0));
 }
 public virtual void addAction(SWIGTYPE_p_btActionInterface action)
 {
     BulletDynamicsPINVOKE.btSimpleDynamicsWorld_addAction(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(action));
 }
 public virtual void removeVehicle(SWIGTYPE_p_btActionInterface vehicle) {
   BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_removeVehicle(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(vehicle));
 }
Example #6
0
 internal static HandleRef getCPtr(SWIGTYPE_p_btActionInterface obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btActionInterface obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #8
0
 public virtual void addAction(SWIGTYPE_p_btActionInterface arg0)
 {
     BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_addAction(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(arg0));
 }
Example #9
0
 public virtual void removeCharacter(SWIGTYPE_p_btActionInterface character)
 {
     BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_removeCharacter(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(character));
 }
Example #10
0
 public virtual void removeVehicle(SWIGTYPE_p_btActionInterface vehicle)
 {
     BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_removeVehicle(swigCPtr, SWIGTYPE_p_btActionInterface.getCPtr(vehicle));
 }