public static float Distance (Vector2Int a, Vector2Int b);

描述

返回 ab 之间的距离。

Vector2.Distance(a,b)(a-b).magnitude 相同。