2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-26 21:13:09 +00:00
bevy/crates/bevy_ui/src
charlotte 1caa64d948
Refactor AsBindGroup to use a associated SystemParam. ()
# Objective

Adding more features to `AsBindGroup` proc macro means making the trait
arguments uglier. Downstream implementors of the trait without the proc
macro might want to do different things than our default arguments.

## Solution

Make `AsBindGroup` take an associated `Param` type.

## Migration Guide

`AsBindGroup` now allows the user to specify a `SystemParam` to be used
for creating bind groups.
2024-08-25 20:16:34 +00:00
..
layout Remove useless Direction field () 2024-08-19 21:45:28 +00:00
render Refactor AsBindGroup to use a associated SystemParam. () 2024-08-25 20:16:34 +00:00
widget Cosmic text () 2024-07-04 20:41:08 +00:00
accessibility.rs Apply Clippy lints regarding lazy evaluation and closures () 2024-07-01 15:54:40 +00:00
focus.rs Apply Clippy lints regarding lazy evaluation and closures () 2024-07-01 15:54:40 +00:00
geometry.rs Fix uses of "it's" vs "its". () 2024-04-19 18:17:31 +00:00
lib.rs Remove manual apply_deferred in bevy_ui () 2024-08-15 20:51:25 +00:00
measurement.rs Fix error in bevy_ui when building without bevy_text () 2024-07-22 19:19:10 +00:00
node_bundles.rs Add BorderRadius field to ImageBundle () 2024-07-24 18:41:26 +00:00
picking_backend.rs hooking up observers and clicking for ui node () 2024-08-15 14:43:55 +00:00
stack.rs Merge BuildWorldChildren and BuildChildren traits. () 2024-07-01 14:29:39 +00:00
texture_slice.rs Fix UI texture atlas with offset () 2024-07-30 15:31:58 +00:00
ui_material.rs Fix incorrect link in UiMaterial documentation () 2024-03-07 22:09:57 +00:00
ui_node.rs Remove useless Direction field () 2024-08-19 21:45:28 +00:00
update.rs fix: use try_insert instead of insert in bevy_ui to prevent panics when despawning ui nodes () 2024-04-19 18:12:08 +00:00