Enum FlowContainer.LastWrapAlignmentMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum FlowContainer.LastWrapAlignmentMode : long
Fields
Begin = 1
The last partially filled row or column will wrap aligned to the beginning of the previous row or column.
Center = 2
The last partially filled row or column will wrap aligned to the center of the previous row or column.
End = 3
The last partially filled row or column will wrap aligned to the end of the previous row or column.
Inherit = 0
The last partially filled row or column will wrap aligned to the previous row or column in accordance with Alignment.