BulletCSharp.btAlignedObjectArrayNode.findLinearSearch C# (CSharp) Method

findLinearSearch() public method

public findLinearSearch ( Node key ) : int
key Node
return 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;
        }