Click or drag to resize

BoxContainerAddSpacer Method

Adds a control to the box as a spacer. If true, begin will insert the spacer control in front of other children.

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

Parameters

begin
Type: SystemBoolean

[Missing <param name="begin"/> documentation for "M:Godot.BoxContainer.AddSpacer(System.Boolean)"]

See Also