Crate bevy_event_priority

Source

Structs§

PriorityEventReader
PriorityEventWriter
PriorityEvents
An event priority queue. Used when the ordering of events should be influenced by other factors. This implementation does NOT provide double buffering. Writers and readers are expected to remove events as soon as they are read, this implies a one to one mapping between events and event handlers.
PriorityIterator

Traits§

AddPriorityEvent
a convenience for initialising prioritised event types
PriorityEvent