Module reset

Module reset 

Source
Expand description

Extensions of bones_ecs for utility functions in resetting a World

Structs§

ResetWorld
Resource that allows user to trigger a reset of world, clearing entities, components, and resources. This is supported in bone’s default session runners - but if implementing custom runner, must call world.handle_world_reset inside step.

Traits§

WorldExt
Extension of World