Expand description
Extensions of bones_ecs for utility functions in resetting a World
Structs§
- Reset
World - 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_resetinside step.