Module commands

Module commands 

Source
Expand description

Extension to EntityCommands to modify bevy_hierarchy hierarchies while preserving GlobalTransform.

Structs§

PushChildInPlace
Command similar to PushChild, 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.