| Parameter | Description |
|---|---|
| a | The first vector to multiply. |
| b | The second vector to multiply. |
Vector3Int
A component of a multiplied by the same component of b.
Multiplies two vectors component-wise.
Every component in the result is a component of a multiplied by the same component of b.
| Parameter | Description |
|---|---|
| scale | The vector to multiply by. |
Multiplies every component of this vector by the same component of scale.