VisualServerSingleton.viewportSetCanvasStacking

Sets the stacking order for a viewport's canvas. layer is the actual canvas layer, while sublayer specifies the stacking order of the canvas among those in the same layer.

struct VisualServerSingleton
@nogc nothrow
void
viewportSetCanvasStacking
(
in RID viewport
,
in RID canvas
,
in long layer
,
in long sublayer
)

Meta