mirror of
https://github.com/bevyengine/bevy
synced 2025-02-17 06:28:34 +00:00
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 |