bevy/crates/bevy_transform/src
François 4affc8cd93 add a SpatialBundle with visibility and transform components (#5344)
# Objective

- Help user when they need to add both a `TransformBundle` and a `VisibilityBundle`

## Solution

- Add a `SpatialBundle` adding all components
2022-07-18 23:27:30 +00:00
..
components add a SpatialBundle with visibility and transform components (#5344) 2022-07-18 23:27:30 +00:00
lib.rs add a SpatialBundle with visibility and transform components (#5344) 2022-07-18 23:27:30 +00:00
systems.rs Use Affine3A for GlobalTransform to allow any affine transformation (#4379) 2022-07-16 00:51:12 +00:00