bevy/crates
UkoeHB 696c00641f
Improve ZIndex docs (#16536)
# Objective

- In 0.14, ZIndex and GlobalZIndex where split from a shared enum into
separate components. There have been a few people confused by the
behavior of ZIndex when they really needed GlobalZIndex.

## Solution

- Update ZIndex docs to improve discoverability of GlobalZIndex.

---------

Co-authored-by: Benjamin Brienen <benjamin.brienen@outlook.com>
2024-11-28 17:31:03 +00:00
..
bevy_a11y
bevy_animation Fix newline in AnimationEvaluationState docs (#16542) 2024-11-28 17:13:21 +00:00
bevy_app Clarify that bevy_app::App.world() (and mut variant) returns the main SubApp's World (#16527) 2024-11-27 16:09:09 +00:00
bevy_asset
bevy_audio
bevy_color
bevy_core
bevy_core_pipeline Fix CAS toggle broken by retained render world (#16533) 2024-11-27 23:38:09 +00:00
bevy_derive
bevy_dev_tools
bevy_diagnostic Revert "Update sysinfo version to 0.32.1 (#16517)" (#16523) 2024-11-26 22:44:23 +00:00
bevy_dylib
bevy_ecs Fix Single doc links (#16493) 2024-11-24 18:44:00 +00:00
bevy_encase_derive
bevy_gilrs
bevy_gizmos
bevy_gltf AnimatedField and Rework Evaluators (#16484) 2024-11-27 22:19:55 +00:00
bevy_hierarchy
bevy_image use wgpu patch 23.0.1 (#16513) 2024-11-25 22:47:31 +00:00
bevy_input
bevy_internal
bevy_log
bevy_macro_utils
bevy_math
bevy_mesh use wgpu patch 23.0.1 (#16513) 2024-11-25 22:47:31 +00:00
bevy_mikktspace
bevy_pbr
bevy_picking
bevy_ptr
bevy_reflect
bevy_remote
bevy_render use wgpu patch 23.0.1 (#16513) 2024-11-25 22:47:31 +00:00
bevy_scene
bevy_sprite
bevy_state
bevy_tasks
bevy_text Skip empty spans when updating text buffers (#16524) 2024-11-27 03:28:43 +00:00
bevy_time
bevy_transform
bevy_ui Improve ZIndex docs (#16536) 2024-11-28 17:31:03 +00:00
bevy_utils AnimatedField and Rework Evaluators (#16484) 2024-11-27 22:19:55 +00:00
bevy_window
bevy_winit