implicit operator bool2x4(bool)
Implicitly converts a single bool value to a bool2x4 matrix by assigning it to every component.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Operator
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
implicit operator bool2x4(bool2x)
public static implicit operator bool2x4(bool v)
Parameters
bool to convert to bool2x4
Returns
Type | Description |
|---|---|
| bool2x4 | Converted value. |