Click or drag to resize

VisualServerCanvasItemSetSortChildrenByY Method

Sets if CanvasItem's children should be sorted by y-position.

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

Parameters

item
Type: GodotRID

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

enabled
Type: SystemBoolean

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

See Also