Esempio n. 1
0
        private bool method_1(Vector2 vector2_0, int int_0, int int_1 = 30)
        {
            if (this.CurrentIndex == -1)
            {
                return(Vector2.Distance(vector2_0, this.Path.FirstOrDefault <Vector2>()) < (float)int_1);
            }
            int num = int_0 + 1;

            return(num < this.Path.Count && GClass878.smethod_13(this.Path[int_0], this.Path[num], vector2_0, true) < (double)int_1);
        }