Example #1
0
 public void DestroyJoint(b2Joint joint)
 {
     Box2DPINVOKE.b2World_DestroyJoint(swigCPtr, b2Joint.getCPtr(joint));
 }
Example #2
0
 internal static HandleRef getCPtr(b2Joint obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public virtual void SayGoodbye(b2Joint joint)
 {
     Box2DPINVOKE.b2DestructionListener_SayGoodbye__SWIG_0(swigCPtr, b2Joint.getCPtr(joint));
 }