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`. |
||
|---|---|---|
| .. | ||
| components | ||
| commands.rs | ||
| helper.rs | ||
| lib.rs | ||
| systems.rs | ||