| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Vector2Int.Scale.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| a | The vector to multiply by b. |
| b | The vector to multiply a by. |
Vector2Int
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.
| Web Proxy Viewer | New URL | Original Page |