Exemplo n.º 1
0
 public static void Test_IsInViewing()
 {
     LogCat.log(AStarUtil.IsInViewingRange(new Vector2Int(2, 2), new Vector2Int(2, 4)));
 }