Module commands

Source
Available on crate feature bevy-support only.
Expand description

Extension to EntityCommands to modify bevy_hierarchy hierarchies while preserving GlobalTransform.

Structs§

AddChildInPlace
Command similar to AddChild, but updating the child transform to keep it at the same GlobalTransform.
RemoveParentInPlace
Command similar to RemoveParent, but updating the child transform to keep it at the same GlobalTransform.

Traits§

BuildChildrenTransformExt
Collection of methods similar to BuildChildren, but preserving each entity’s GlobalTransform.