Scales a vector by the given value.
シンタックス
'宣言
Overloads Public Operator *( _
ByVal As System.Single, _
ByVal As Vector3 _
) As Vector3
public Vector3 operator *(
System.float ,
Vector3
)
パラメータ
- scale
- The amount by which to scale the vector.
- value
- The vector to scale.
戻り値の型
The scaled vector.
参照