bevy/crates/bevy_picking/src
Carter Anderson ba5e71f53d
Parent -> ChildOf (#17427)
Fixes #17412

## Objective

`Parent` uses the "has a X" naming convention. There is increasing
sentiment that we should use the "is a X" naming convention for
relationships (following #17398). This leaves `Children` as-is because
there is prevailing sentiment that `Children` is clearer than `ParentOf`
in many cases (especially when treating it like a collection).

This renames `Parent` to `ChildOf`.

This is just the implementation PR. To discuss the path forward, do so
in #17412.

## Migration Guide

- The `Parent` component has been renamed to `ChildOf`.
2025-01-20 22:13:29 +00:00
..
mesh_picking Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
backend.rs Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
events.rs Parent -> ChildOf (#17427) 2025-01-20 22:13:29 +00:00
hover.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
input.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
lib.rs Add type registration for PickingInteraction (#17372) 2025-01-15 06:24:19 +00:00
pointer.rs Flattened PointerAction::Pressed into Press and Release. (#17424) 2025-01-19 22:51:57 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00