VisualServerSingleton.canvasItemSetParent

Sets the parent for the CanvasItem. The parent can be another canvas item, or it can be the root canvas that is attached to the viewport.

struct VisualServerSingleton
@nogc nothrow
void
canvasItemSetParent
(
in RID item
,
in RID parent
)

Meta