bevy/crates/bevy_ui
ickshonpe 4de9edeaa6
Retrieve the stack_index from Node in extract_ui_material_nodes instead of walking UiStack (#15104)
# Objective

 `ExtractedUiMaterialNode` is still walking the whole `UiStack`. 

more info: https://github.com/bevyengine/bevy/pull/9853

## Solution

Retrieve the `stack_index` from the `Node` component instead.
Also changed the `stack_index` field of `ExtractedUiMaterialNode` to
`u32`.
2024-09-09 16:18:37 +00:00
..
src Retrieve the stack_index from Node in extract_ui_material_nodes instead of walking UiStack (#15104) 2024-09-09 16:18:37 +00:00
Cargo.toml hooking up observers and clicking for ui node (#14695) 2024-08-15 14:43:55 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord