Version: 2020.2
언어: 한국어
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.