bevy/crates/bevy_ui
Carter Anderson 197e5a41db
UiImage -> ImageNode, UiImageSize -> ImageNodeSize (#16271)
Align `UiImage` with the new `XNode` naming convention.

- Rename `UiImage` to `ImageNode`
- Rename `UiImageSize` to `ImageNodeSize`

---

Before:
```rust
commands.spawn(UiImage::new(image));
````

After:
```rust
commands.spawn(ImageNode::new(image));
```
2024-11-11 22:08:04 +01:00
..
src UiImage -> ImageNode, UiImageSize -> ImageNodeSize (#16271) 2024-11-11 22:08:04 +01:00
Cargo.toml Release 0.15.0-rc.3 2024-11-05 23:26:31 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord