bevy/crates/bevy_transform/src/components
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
..
global_transform.rs add a SpatialBundle with visibility and transform components (#5344) 2022-07-18 23:27:30 +00:00
mod.rs Split bevy_hierarchy out from bevy_transform (#4168) 2022-03-15 01:54:05 +00:00
transform.rs add a SpatialBundle with visibility and transform components (#5344) 2022-07-18 23:27:30 +00:00