Click or drag to resize

VisualServerCanvasItemSetDrawBehindParent Method

Sets CanvasItem to be drawn behind its parent.

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

Parameters

item
Type: GodotRID

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

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisualServer.CanvasItemSetDrawBehindParent(Godot.RID,System.Boolean)"]

See Also