Version: 2020.2
public static float Distance (Vector4 a, Vector4 b);

描述

返回 ab 之间的距离。

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