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