Distance# Vector2.Distance(a, b)# 2つの座標の距離を返します。 Parameters: a (Vector2) -- 入力座標 b (Vector2) -- 入力座標 Returns: 2つの座標の距離 Return type: number