Click or drag to resize

BoxContainerGetAlignment 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 BoxContainerAlignMode GetAlignment()

Return Value

Type: BoxContainerAlignMode

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

See Also