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