BulletCSharp.btSoftBodySolver.processCollision C# (CSharp) 메소드

processCollision() 공개 메소드

public processCollision ( btSoftBody arg0, SWIGTYPE_p_btCollisionObjectWrapper arg1 ) : void
arg0 btSoftBody
arg1 SWIGTYPE_p_btCollisionObjectWrapper
리턴 void
        public virtual void processCollision(btSoftBody arg0, SWIGTYPE_p_btCollisionObjectWrapper arg1)
        {
            BulletSoftBodyPINVOKE.btSoftBodySolver_processCollision__SWIG_0(swigCPtr, btSoftBody.getCPtr(arg0), SWIGTYPE_p_btCollisionObjectWrapper.getCPtr(arg1));
        }

Same methods

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