| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Mathematics.uint3-operator_leftshift.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| x | The vector to left shift. |
| n | The number of bits to left shift. |
uint3 The result of the componentwise left shift.
Returns the result of a componentwise left shift operation on a uint3 vector by a number of bits specified by a single int.
| Web Proxy Viewer | New URL | Original Page |