Operator Implicit
Implicit(Boolean to bool4x4)
Implicitly converts a single bool value to a bool4x4 matrix by assigning it to every component.
Declaration
public static implicit operator bool4x4(bool v)
Parameters
Type | Name | Description |
---|---|---|
Boolean | v | bool to convert to bool4x4 |
Returns
Type | Description |
---|---|
bool4x4 | Converted value. |