Control and z-index

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

Hi,

Does anyone already figured out a way to emulate the z-index using for Controls?

:bust_in_silhouette: Reply From: Bartosz

Order in which controls are place in scene structure can modify what is rendered over which. e.g first children will be below second-one

Yes, but there is no simple way to re-order Node children easily. I asked this question because I want part of my UI to be bring in front of others when the mouse hover it and return to back when mouse exit.

BraindeadBZH | 2018-03-27 09:29