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