BulletCSharp.btAlignedObjectArrayNode.findLinearSearch C# (CSharp) 메소드

findLinearSearch() 공개 메소드

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