bevy/crates/bevy_transform/src
Fpgu 60a73fa60b
Use Dir3 for local axis methods in GlobalTransform (#13264)
Switched the return type from `Vec3` to `Dir3` for directional axis
methods within the `GlobalTransform` component.

## Migration Guide
The `GlobalTransform` component's directional axis methods (e.g.,
`right()`, `left()`, `up()`, `down()`, `back()`, `forward()`) have been
updated from returning `Vec3` to `Dir3`.
2024-05-06 20:52:05 +00:00
..
components Use Dir3 for local axis methods in GlobalTransform (#13264) 2024-05-06 20:52:05 +00:00
commands.rs Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
helper.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
lib.rs Remove unnecessary executable flags from Rust source files (#12707) 2024-03-25 20:03:55 +00:00
systems.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00