bevy/crates/bevy_ecs/src/storage
2ne1ugly 16ff05acdf Add World::clear_resources & World::clear_all (#3212)
# Objective

- Fixes #3158

## Solution

- clear columns

My implementation of `clear_resources` do not remove the components itself but it clears the columns that keeps the resource data. I'm not sure if the issue meant to clear all resources, even the components and component ids (which I'm not sure if it's possible)

Co-authored-by: 2ne1ugly <47616772+2ne1ugly@users.noreply.github.com>
2023-01-17 04:20:42 +00:00
..
blob_vec.rs Add safety comments to usages of byte_add (Ptr, PtrMut, OwningPtr) (#7214) 2023-01-16 20:35:15 +00:00
mod.rs Panic on dropping NonSend in non-origin thread. (#6534) 2023-01-09 20:40:34 +00:00
resource.rs Add World::clear_resources & World::clear_all (#3212) 2023-01-17 04:20:42 +00:00
sparse_set.rs Add World::clear_resources & World::clear_all (#3212) 2023-01-17 04:20:42 +00:00
table.rs Mark TableRow and TableId as repr(transparent) (#7166) 2023-01-11 23:31:22 +00:00