Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
alignment
The alignment of the container’s children (must be one of .alignmentBegin, .alignmentCenter, or .alignmentEnd).
FlowContainer.swift:36final var alignment: FlowContainer.AlignmentMode { get set }
Other members in extension
Types
Type members
Instance members
var vertical: Bool
If
true
, theFlowContainer
will arrange its children vertically, rather than horizontally.func getLineCount(
) -> Int32 Returns the current line count.