Module bevy_ecs::observer

source ·
Expand description

Types for creating and storing Observers

Structs§

Traits§

Type Aliases§

  • Equivalent to BoxedSystem for ObserverSystem.
  • Type for function that is run when an observer is triggered. Typically refers to the default runner that runs the system stored in the associated [ObserverSystemComponent], but can be overridden for custom behaviour.