Megadocs 0.0.1
All of megapop's internal libraries
Megapop.MegaCore.EnumExt Member List

This is the complete list of members for Megapop.MegaCore.EnumExt, including all inherited members.

ClearFlag< T >(this Enum value, T flagToRemove)Megapop.MegaCore.EnumExtinlinestatic
HasAllFlags< T >(this T value, T flags)Megapop.MegaCore.EnumExtinlinestatic
HasAnyFlag(this Enum variable, params Enum[] flags)Megapop.MegaCore.EnumExtinlinestatic
HasFlag< T >(this T value, T flag)Megapop.MegaCore.EnumExtinlinestatic
Set< T >(this Enum value, T flagToChange, bool onOff)Megapop.MegaCore.EnumExtinlinestatic
SetFlag< T >(this Enum value, T flagToAppend)Megapop.MegaCore.EnumExtinlinestatic
ToggleFlag< T >(this Enum value, T flagToToggle)Megapop.MegaCore.EnumExtinlinestatic