Crate bevy_enum_filter
source · [−]Modules
Macros
This macro can be used to retrieve the marker component generated by the
EnumFilter
derive for
the given enum value.Traits
A trait used to denote an enum as “filterable”.
Functions
A system that watches for changes to the given enum component.
Derive Macros
Derive the
EnumFilter
trait on the given enum.