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

説明

ab の間の距離を返します

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