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