How to make child inherit only some of the transform operations?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nosklo

I want my child node to inherit only position, but not scale or rotation. Is there a way to filter the inheritance to only position, or should I add as sibling instead of child and use code to sync the position?

:bust_in_silhouette: Reply From: kidscancode

See RemoteTransform2D. Using it, you can toggle which transform components are transferred to an assigned node.