BulletCSharp.btSoftSoftCollisionAlgorithm.getAllContactManifolds C# (CSharp) Method

getAllContactManifolds() public method

public getAllContactManifolds ( SWIGTYPE_p_btManifoldArray manifoldArray ) : void
manifoldArray SWIGTYPE_p_btManifoldArray
return void
        public virtual void getAllContactManifolds(SWIGTYPE_p_btManifoldArray manifoldArray)
        {
            BulletSoftBodyPINVOKE.btSoftSoftCollisionAlgorithm_getAllContactManifolds(swigCPtr, SWIGTYPE_p_btManifoldArray.getCPtr(manifoldArray));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }