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

설명

Returns the distance between a and b.

Vector3.Distance(a,b) is the same as (a-b).magnitude.