예제 #1
0
파일: b2World.cs 프로젝트: vanoseva/Box2DCS
 public void DestroyJoint(b2Joint joint)
 {
     Box2DPINVOKE.b2World_DestroyJoint(swigCPtr, b2Joint.getCPtr(joint));
 }
예제 #2
0
파일: b2Joint.cs 프로젝트: vanoseva/Box2DCS
 internal static HandleRef getCPtr(b2Joint obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 public virtual void SayGoodbye(b2Joint joint)
 {
     Box2DPINVOKE.b2DestructionListener_SayGoodbye__SWIG_0(swigCPtr, b2Joint.getCPtr(joint));
 }