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