Exemplo n.º 1
0
 public static void Test_GetNearestDistance()
 {
     LogCat.log(AStarUtil.GetNearestDistance(new Vector2Int(0, 0), new Vector2Int(2, 2), new Vector2Int(2, 3)));
 }