Version: 2019.4
public static float Distance (Vector3Int a, Vector3Int b);

説明

a と b の間の距離を返します

Vector3.Distance(a, b) は (a-b).magnitude と同じです。