Operator operator &
operator &(EditorPrefBoolFlags<T>, T)
And operator between a EditorPrefBoolFlags and a value
Declaration
public static EditorPrefBoolFlags<T> operator &(EditorPrefBoolFlags<T> l, T r)
Parameters
| Type | Name | Description |
|---|---|---|
| EditorPrefBoolFlags<T> | l | The EditorPrefBoolFlags |
| T | r | The value |
Returns
| Type | Description |
|---|---|
| EditorPrefBoolFlags<T> | A EditorPrefBoolFlags with AND operator performed |