bevy/crates/bevy_ui/src
Tim 461305b3d7
Revert "Have EntityCommands methods consume self for easier chaining" (#15523)
As discussed in #15521

- Partial revert of #14897, reverting the change to the methods to
consume `self`
- The `insert_if` method is kept

The migration guide of #14897 should be removed
Closes #15521

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-10-02 12:47:26 +00:00
..
layout Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
render Revert "Have EntityCommands methods consume self for easier chaining" (#15523) 2024-10-02 12:47:26 +00:00
widget Rename BreakLineOn to LineBreak (#15583) 2024-10-01 22:30:50 +00:00
accessibility.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
focus.rs use precomputed border values (#15163) 2024-09-26 23:10:35 +00:00
geometry.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
ghost_hierarchy.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
lib.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
measurement.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
node_bundles.rs Rename BreakLineOn to LineBreak (#15583) 2024-10-01 22:30:50 +00:00
picking_backend.rs Rename UiPickingBackend to UiPickingBackendPlugin (#15462) 2024-09-27 00:50:06 +00:00
stack.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
ui_material.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
ui_node.rs Simplified ui_stack_system (#9889) 2024-09-30 18:43:57 +00:00
update.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00