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

findLinearSearch() public méthode

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