Back to Bevy

`Core` prefix removed from UI widget components

_release-content/migration-guides/Core-Prefix-Removal.md

0.19.0483 B
Original Source
  • CoreScrollbarThumb has been renamed to ScrollbarThumb.
  • CoreScrollbarDragState has been renamed to ScrollbarDragState.
  • CoreSliderDragState has been renamed to SliderDragState.

Additionally, ScrollbarThumb nodes are now laid out after ui_layout_system by update_scrollbar_thumb. ScrollbarThumb entities do not have a Node component. The only layout options are for borders, which can be set using ScrollbarThumb's new border and border_radius fields.