bevy/crates/bevy_ui/src/render
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
..
mod.rs Revert "Have EntityCommands methods consume self for easier chaining" (#15523) 2024-10-02 12:47:26 +00:00
pipeline.rs Enable/disable UI anti-aliasing (#15170) 2024-09-16 23:06:23 +00:00
render_pass.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
ui_material_pipeline.rs The Cooler 'Retain Rendering World' (#15320) 2024-09-30 18:51:43 +00:00
ui_material.wgsl Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00
ui_texture_slice_pipeline.rs Update the UI texture slice pipeline to work with the retained render world changes (#15578) 2024-10-01 22:02:02 +00:00
ui_texture_slice.wgsl UI texture atlas slice shader (#14990) 2024-09-02 23:03:58 +00:00
ui_vertex_output.wgsl Include UI node size in the vertex inputs for UiMaterial. (#11722) 2024-02-06 16:15:09 +00:00
ui.wgsl use precomputed border values (#15163) 2024-09-26 23:10:35 +00:00