Scale#

Vector3.Scale(a, b)#

ベクトルの各要素を別のベクトルの要素で掛け合わせたベクトルを返します。

Parameters:
Returns:

2つのベクトルの各要素を掛け合わせたベクトル

Return type:

Vector3