Expand description
Contains error types returned by bevy’s schedule.
Structs§
- An error that occurs when a specified
Entity
could not be despawned. - The error type returned by
World::try_insert_batch
andWorld::try_insert_batch_if_new
if any of the provided entities do not exist. - The error type returned by
World::try_run_schedule
if the provided schedule does not exist.
Enums§
- An error that occurs when dynamically retrieving components from an entity.
- An error that occurs when fetching entities mutably from a world.
- An error that occurs when getting a resource of a given type in a world.