mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
60a73fa60b
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`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |