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