Operator explicit operator
explicit operator T(EditorPrefBoolFlags<T>)
Explicit conversion operator to the underlying type
Declaration
public static explicit operator T(EditorPrefBoolFlags<T> v)
Parameters
Type | Name | Description |
---|---|---|
EditorPrefBoolFlags<T> | v | The EditorPrefBoolFlags to convert |
Returns
Type | Description |
---|---|
T | The converted value |