Click or drag to resize

VisualServerCanvasItemSetParent Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasItemSetParent(
	RID item,
	RID parent
)

Parameters

item
Type: GodotRID

[Missing <param name="item"/> documentation for "M:Godot.VisualServer.CanvasItemSetParent(Godot.RID,Godot.RID)"]

parent
Type: GodotRID

[Missing <param name="parent"/> documentation for "M:Godot.VisualServer.CanvasItemSetParent(Godot.RID,Godot.RID)"]

See Also