bevy/examples/stress_tests
Alice Cecile 481eec2c92 Rename UiColor to BackgroundColor (#6087)
# Objective

Fixes #6078. The `UiColor` component is unhelpfully named: it is unclear, ambiguous with border color and 

## Solution

Rename the `UiColor` component (and associated fields) to `BackgroundColor` / `background_colorl`.

## Migration Guide

`UiColor` has been renamed to `BackgroundColor`. This change affects `NodeBundle`, `ButtonBundle` and `ImageBundle`. In addition, the corresponding field on `ExtractedUiNode` has been renamed to `background_color` for consistency.
2022-09-25 00:39:17 +00:00
..
bevymark.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_animated_sprites.rs Merge TextureAtlas::from_grid_with_padding into TextureAtlas::from_grid through option arguments (#6057) 2022-09-24 12:58:06 +00:00
many_buttons.rs Rename UiColor to BackgroundColor (#6087) 2022-09-25 00:39:17 +00:00
many_cubes.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_foxes.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_lights.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_sprites.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
README.md Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00
transform_hierarchy.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
warning_string.txt Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00

Stress tests

These examples are used to stress test Bevy's performance in various ways. These should be run with the --release argument to cargo or equivalent optimization, otherwise they will be very slow.