Operator operator ^
operator ^(EditorPrefBoolFlags<T>, T)
Xor 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 XOR operator performed |