Dot# Vector2.Dot(lhs, rhs)# 2つのベクトルの内積を返します。 Parameters: lhs (Vector2) -- 入力ベクトル rhs (Vector2) -- 入力ベクトル Returns: 2つのベクトルの内積 Return type: number