implicit operator bool2x3(bool)
Implicitly converts a single bool value to a bool2x3 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 bool2x3(bool2x)
public static implicit operator bool2x3(bool v)
Parameters
bool to convert to bool2x3
Returns
Type | Description |
|---|---|
| bool2x3 | Converted value. |