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

findLinearSearch() public méthode

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