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

findLinearSearch() 공개 메소드

public findLinearSearch ( Link key ) : int
key Link
리턴 int
        public int findLinearSearch(Link key)
        {
            int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_findLinearSearch(swigCPtr, Link.getCPtr(key));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }