Module bevy_transform::commands
source · Expand description
Extension to EntityCommands
to modify bevy_hierarchy
hierarchies
while preserving GlobalTransform
.
Structs§
- Command similar to
PushChild
, but updating the child transform to keep it at the sameGlobalTransform
. - Command similar to
RemoveParent
, but updating the child transform to keep it at the sameGlobalTransform
.
Traits§
- Collection of methods similar to
BuildChildren
, but preserving each entity’sGlobalTransform
.