getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btConstraintSolver obj ) : HandleRef
obj SWIGTYPE_p_btConstraintSolver
return System.Runtime.InteropServices.HandleRef
 public virtual void setConstraintSolver(SWIGTYPE_p_btConstraintSolver solver)
 {
     BulletDynamicsPINVOKE.btSimpleDynamicsWorld_setConstraintSolver(swigCPtr, SWIGTYPE_p_btConstraintSolver.getCPtr(solver));
 }
 public btSimpleDynamicsWorld(SWIGTYPE_p_btDispatcher dispatcher, SWIGTYPE_p_btBroadphaseInterface pairCache, SWIGTYPE_p_btConstraintSolver constraintSolver, SWIGTYPE_p_btCollisionConfiguration collisionConfiguration) : this(BulletDynamicsPINVOKE.new_btSimpleDynamicsWorld(SWIGTYPE_p_btDispatcher.getCPtr(dispatcher), SWIGTYPE_p_btBroadphaseInterface.getCPtr(pairCache), SWIGTYPE_p_btConstraintSolver.getCPtr(constraintSolver), SWIGTYPE_p_btCollisionConfiguration.getCPtr(collisionConfiguration)), true)
 {
 }
 public btSoftRigidDynamicsWorld(SWIGTYPE_p_btDispatcher dispatcher, SWIGTYPE_p_btBroadphaseInterface pairCache, SWIGTYPE_p_btConstraintSolver constraintSolver, SWIGTYPE_p_btCollisionConfiguration collisionConfiguration, btSoftBodySolver softBodySolver) : this(BulletSoftBodyPINVOKE.new_btSoftRigidDynamicsWorld__SWIG_0(SWIGTYPE_p_btDispatcher.getCPtr(dispatcher), SWIGTYPE_p_btBroadphaseInterface.getCPtr(pairCache), SWIGTYPE_p_btConstraintSolver.getCPtr(constraintSolver), SWIGTYPE_p_btCollisionConfiguration.getCPtr(collisionConfiguration), btSoftBodySolver.getCPtr(softBodySolver)), true)
 {
 }