Expand description
Extension to EntityCommands to modify bevy_hierarchy hierarchies
while preserving GlobalTransform.
Structs§
- Push
Child InPlace - Command similar to
PushChild, 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.