BulletCSharp.btAlignedObjectArrayVector3.findLinearSearch C# (CSharp) Méthode

findLinearSearch() public méthode

public findLinearSearch ( SWIGTYPE_p_btVector3 key ) : int
key SWIGTYPE_p_btVector3
Résultat int
        public int findLinearSearch(SWIGTYPE_p_btVector3 key)
        {
            int ret = BulletCollisionPINVOKE.btAlignedObjectArrayVector3_findLinearSearch(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(key));
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }