BulletCSharp.btDefaultSoftBodySolver.processCollision C# (CSharp) Method

processCollision() public method

public processCollision ( btSoftBody arg0, SWIGTYPE_p_btCollisionObjectWrapper arg1 ) : void
arg0 btSoftBody
arg1 SWIGTYPE_p_btCollisionObjectWrapper
return void
        public override void processCollision(btSoftBody arg0, SWIGTYPE_p_btCollisionObjectWrapper arg1)
        {
            BulletSoftBodyPINVOKE.btDefaultSoftBodySolver_processCollision__SWIG_0(swigCPtr, btSoftBody.getCPtr(arg0), SWIGTYPE_p_btCollisionObjectWrapper.getCPtr(arg1));
        }

Same methods

btDefaultSoftBodySolver::processCollision ( btSoftBody arg0, btSoftBody arg1 ) : void