internal static HandleRef getCPtr(SWIGTYPE_p_btSoftBody__ImplicitFn obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 public void refine(SWIGTYPE_p_btSoftBody__ImplicitFn ifn, float accurary, bool cut)
 {
     BulletSoftBodyPINVOKE.btSoftBody_refine(swigCPtr, SWIGTYPE_p_btSoftBody__ImplicitFn.getCPtr(ifn), accurary, cut);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btSoftBody__ImplicitFn obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }