bevy/examples/window
ickshonpe adc33b5108
Rename TargetCamera to UiTargetCamera (#17403)
# Objective

It's not immediately obvious that `TargetCamera` only works with UI node
entities. It's natural to assume from looking at something like the
`multiple_windows` example that it will work with everything.

## Solution

Rename `TargetCamera` to `UiTargetCamera`.

## Migration Guide

`TargetCamera` has been renamed to `UiTargetCamera`.
2025-01-19 19:56:57 +00:00
..
clear_color.rs
custom_cursor_image.rs
custom_user_event.rs
low_power.rs
monitor_info.rs
multiple_windows.rs
scale_factor_override.rs
screenshot.rs
transparent_window.rs
window_drag_move.rs
window_resizing.rs
window_settings.rs