BulletCSharp.btSoftSoftCollisionAlgorithm.getAllContactManifolds C# (CSharp) 메소드

getAllContactManifolds() 공개 메소드

public getAllContactManifolds ( SWIGTYPE_p_btManifoldArray manifoldArray ) : void
manifoldArray SWIGTYPE_p_btManifoldArray
리턴 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();
        }