# Objective Align `UiImage` with the new `XNode` naming convention. ## Solution - Rename `UiImage` to `ImageNode` - Rename `UiImageSize` to `ImageNodeSize` --- ## Migration Guide Before: ```rust commands.spawn(UiImage::new(image)); ```` After: ```rust commands.spawn(ImageNode::new(image)); ```  | 
			||
|---|---|---|
| .. | ||
| 2d.rs | ||
| 3d.rs | ||
| ui_layout_rounding.rs | ||
| ui.rs | ||