Function Node2D.zIndex
Z index. Controls the order in which the nodes render. A node with a higher Z index will display in front of others.
long zIndex() nothrow @property @nogc;
void zIndex
(
long v
) nothrow @property @nogc;