| オーバーロード | 解説 | 
|---|---|
| 乗算(Single,Vector3) | Scales a vector by the given value. | 
| 乗算(Vector3,Single) | Scales a vector by the given value. | 
| 乗算(Vector3,Vector3) | Modulates a vector with another by performing component-wise multiplication equivalent to C1.Util.DX.Vector3.Modulate(C1.Util.DX.Vector3@,C1.Util.DX.Vector3@,C1.Util.DX.Vector3@). |