Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
bottomToTop
The progress fills from bottom to top.
ProgressBar.swift:21case bottomToTop
Other cases
case beginToEnd
The progress bar fills from begin to end horizontally, according to the language direction. If
isLayoutRtl
returnsfalse
, it fills from left to right, and if it returnstrue
, it fills from right to left.case endToBegin
The progress bar fills from end to begin horizontally, according to the language direction. If
isLayoutRtl
returnsfalse
, it fills from right to left, and if it returnstrue
, it fills from left to right.case topToBottom
The progress fills from top to bottom.