BulletCSharp.btSoftSoftCollisionAlgorithm.getAllContactManifolds C# (CSharp) Méthode

getAllContactManifolds() public méthode

public getAllContactManifolds ( SWIGTYPE_p_btManifoldArray manifoldArray ) : void
manifoldArray SWIGTYPE_p_btManifoldArray
Résultat 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();
        }