Macro bevy_event_set::event_set[][src]

macro_rules! event_set {
    ($name:ident {}) => { ... };
    ($name:ident { $($event:ident),* $(,)? }) => { ... };
}

Creates an event set

See the crate-level documentation to see how to use this macro.