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