VisualServerSingleton.canvasItemSetZIndex

Sets the CanvasItem's z-index, i.e. its draw order (lower indexes are drawn first).

struct VisualServerSingleton
@nogc nothrow
void
canvasItemSetZIndex
(
in RID item
,
in long z_index
)

Meta