Structs§
- Async
Callback Marker - Async
MapCallback Marker - Blocking
Callback Marker - Blocking
MapCallback Marker - Callback
- A Callback is an object that implements
Provider
, similar toService
, except it is not associated with anEntity
. Instead it can be passed around and shared as its own object. Cloning a Callback will produce a new reference to the same underlying instance. If the Callback has any internal state (e.g.Local
parameters, change trackers, or mutable captured variables), that internal state will be shared among all its clones. - Callback
Request - Pending
Callback Request
Traits§
- AsCallback
- Callback
Trait - Into
Async Callback - Into
Blocking Callback - Use this to convert any Bevy system into a blocking callback.