Click or drag to resize

BoxContainerAlignMode Enumeration

[Missing <summary> documentation for "T:Godot.BoxContainer.AlignMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum AlignMode
Members
  Member nameValueDescription
Begin0

Aligns children with the beginning of the container.

Center1

Aligns children with the center of the container.

End2

Aligns children with the end of the container.

See Also