Click or drag to resize

BoxContainer.GetAlignment Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BoxContainer.GetAlignment"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetAlignment is deprecated. Use the Alignment property instead.")]
public BoxContainer.AlignMode GetAlignment()

Return Value

Type: BoxContainer.AlignMode

[Missing <returns> documentation for "M:Godot.BoxContainer.GetAlignment"]

See Also