Megadocs 0.0.1
All of megapop's internal libraries
|
This is the complete list of members for Megapop.MegaCore.EnumExt, including all inherited members.
ClearFlag< T >(this Enum value, T flagToRemove) | Megapop.MegaCore.EnumExt | inlinestatic |
HasAllFlags< T >(this T value, T flags) | Megapop.MegaCore.EnumExt | inlinestatic |
HasAnyFlag(this Enum variable, params Enum[] flags) | Megapop.MegaCore.EnumExt | inlinestatic |
HasFlag< T >(this T value, T flag) | Megapop.MegaCore.EnumExt | inlinestatic |
Set< T >(this Enum value, T flagToChange, bool onOff) | Megapop.MegaCore.EnumExt | inlinestatic |
SetFlag< T >(this Enum value, T flagToAppend) | Megapop.MegaCore.EnumExt | inlinestatic |
ToggleFlag< T >(this Enum value, T flagToToggle) | Megapop.MegaCore.EnumExt | inlinestatic |