| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Vector3Int-operator_multiply.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| a | The vector to multiply by b. |
| b | The vector to multiply a by. |
Multiplies a vector by another vector.
| Parameter | Description |
|---|---|
| a | The vector to multiply by b. |
| b | The number to multiply a by. |
Multiplies a vector by a number.
| Parameter | Description |
|---|---|
| a | The number to multiply b by. |
| b | The vector to multiply by a. |
Multiplies a vector by a number.
| Web Proxy Viewer | New URL | Original Page |