Consider renaming NodeImageMode
to ImageNodeMode
#16909
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
ImageNode
, and I just noticed it has a fieldimage_mode
of typeNodeImageMode
(notice the inconsistency):image_mode
was added in ImprovedUiImage
andSprite
scaling and slicing APIs #16088 and merged on 5 Nov.UiImage
was renamed by cart in UiImage -> ImageNode, UiImageSize -> ImageNodeSize #16271 and merged on 8 Nov.NodeImageMode
used by anything else that would suggest keeping this name was deliberate.The text was updated successfully, but these errors were encountered: