Available on crate feature
bevy-support
only.Expand description
Extension to EntityCommands
to modify bevy_hierarchy
hierarchies
while preserving GlobalTransform
.
Structs§
- AddChild
InPlace - Command similar to
AddChild
, but updating the child transform to keep it at the sameGlobalTransform
. - Remove
Parent InPlace - Command similar to
RemoveParent
, but updating the child transform to keep it at the sameGlobalTransform
.
Traits§
- Build
Children Transform Ext - Collection of methods similar to
BuildChildren
, but preserving each entity’sGlobalTransform
.