bevy/examples/3d
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
..
3d_scene.rs
3d_shapes.rs
3d_viewport_to_world.rs
animated_material.rs
anisotropy.rs
anti_aliasing.rs
atmospheric_fog.rs
auto_exposure.rs
blend_modes.rs
bloom_3d.rs
camera_sub_view.rs
clearcoat.rs
color_grading.rs
decal.rs
deferred_rendering.rs
depth_of_field.rs
fog_volumes.rs
fog.rs
generate_custom_mesh.rs
irradiance_volumes.rs
lighting.rs
lightmaps.rs
lines.rs
load_gltf_extras.rs
load_gltf.rs
mesh_ray_cast.rs
meshlet.rs
mixed_lighting.rs
motion_blur.rs
order_independent_transparency.rs
orthographic.rs
parallax_mapping.rs
parenting.rs
pbr.rs
pcss.rs
post_processing.rs
query_gltf_primitives.rs
reflection_probes.rs
render_to_texture.rs
rotate_environment_map.rs
scrolling_fog.rs
shadow_biases.rs
shadow_caster_receiver.rs
skybox.rs
spherical_area_lights.rs
split_screen.rs Rename TargetCamera to UiTargetCamera (#17403) 2025-01-19 19:56:57 +00:00
spotlight.rs
ssao.rs
ssr.rs
texture.rs
tonemapping.rs
transmission.rs
transparency_3d.rs
two_passes.rs
update_gltf_scene.rs
vertex_colors.rs
visibility_range.rs
volumetric_fog.rs
wireframe.rs