bevy/crates/bevy_ecs/src/world
NiseVoid 62285a47ba
Add simple Disabled marker (#17514)
# Objective

We have default query filters now, but there is no first-party marker
for entity disabling yet
Fixes #17458

## Solution

Add the marker, cool recursive features and/or potential hook changes
should be follow up work

## Testing

Added a unit test to check that the new marker is enabled by default
2025-02-02 21:42:25 +00:00
..
command_queue.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
component_constants.rs Clarify docs for OnAdd, OnInsert, OnReplace, OnRemove triggers (#17512) 2025-01-24 05:40:58 +00:00
deferred_world.rs Refactored ComponentHook Parameters into HookContext (#17503) 2025-01-23 02:45:24 +00:00
entity_fetch.rs Support non-Vec data structures in relations (#17447) 2025-01-20 21:26:08 +00:00
entity_ref.rs Use the provided caller instead of Location::caller() in despawn_with_caller() (#17598) 2025-01-30 04:50:17 +00:00
error.rs Change World::try_despawn and World::try_insert_batch to return Result (#17376) 2025-01-21 23:21:32 +00:00
filtered_resource.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
identifier.rs Create bevy_platform_support Crate (#17250) 2025-01-20 20:45:30 +00:00
mod.rs Add simple Disabled marker (#17514) 2025-02-02 21:42:25 +00:00
reflect.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
spawn_batch.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
unsafe_world_cell.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00