pub type ObserverRunner = fn(DeferredWorld<'_>, ObserverTrigger, PtrMut<'_>);
Expand description
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.