bevy/crates/bevy_transform/src
atlv a1d3c6197f
rename Transform::compute_matrix to to_matrix (#19646)
# Objective

- Parity with #19643

## Solution

- Rename

## Testing

- None

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-18 05:37:25 +00:00
..
components rename Transform::compute_matrix to to_matrix (#19646) 2025-06-18 05:37:25 +00:00
commands.rs Deprecated Begone! 0.16 Cleanup (#19108) 2025-05-07 18:17:41 +00:00
helper.rs
lib.rs bevyengine.org -> bevy.org (#19503) 2025-06-05 23:09:28 +00:00
plugins.rs Adopt consistent FooSystems naming convention for system sets (#18900) 2025-05-06 15:18:03 +00:00
systems.rs Make entity::index non max (#18704) 2025-05-07 18:20:30 +00:00
traits.rs