Click or drag to resize

CanvasItemSetAsToplevel Method

If enable is true, the node won't inherit its transform from parent canvas items.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetAsToplevel(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.CanvasItem.SetAsToplevel(System.Boolean)"]

See Also