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