| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Mathematics.math-bool2.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| x | The constructed vector's x component will be set to this value. |
| y | The constructed vector's y component will be set to this value. |
bool2 bool2 constructed from arguments.
Returns a bool2 vector constructed from two bool values.
| Parameter | Description |
|---|---|
| xy | The constructed vector's xy components will be set to this value. |
bool2 bool2 constructed from arguments.
Returns a bool2 vector constructed from a bool2 vector.
| Parameter | Description |
|---|---|
| v | bool to convert to bool2 |
bool2 Converted value.
Returns a bool2 vector constructed from a single bool value by assigning it to every component.
| Web Proxy Viewer | New URL | Original Page |