Esempio n. 1
0
        public static Action Test_GetRightBottomNeighborList()
        {
            List <Vector2Int> pointList = AStarUtil.GetRightBottomNeighborList(new Vector2Int(2, 2));

            return(() => { AStarUtil.GUIShowPointList(0, 0, 9, 9, pointList); });
        }