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