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;
        }