BulletCSharp.btAlignedObjectArrayFace.findLinearSearch C# (CSharp) Метод

findLinearSearch() публичный Метод

public findLinearSearch ( Face key ) : int
key Face
Результат 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;
        }