internal static HandleRef getCPtr(SWIGTYPE_p_btSoftBody__eSolverPresets___ obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#2
0
 public void setSolver(SWIGTYPE_p_btSoftBody__eSolverPresets___ preset)
 {
     BulletSoftBodyPINVOKE.btSoftBody_setSolver(swigCPtr, SWIGTYPE_p_btSoftBody__eSolverPresets___.getCPtr(preset));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
示例#3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_btSoftBody__eSolverPresets___ obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }