setting z_as_relative false seems to have no effect in a ParallaxLayer

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

In code in my main scene I am generating scene object instances to place in the main scene. I sometimes want generated objects to be closer than others. So I set the z_as_relative on these ParallaxLayer objects appropriately. if I parent these objects to the Parallax Background all the objects seem to be at the same z order regardless of the z_as_relative setting.