FillMode

    ProgressBar.swift:19
    enum FillMode

    Cases

    • case beginToEnd

      The progress bar fills from begin to end horizontally, according to the language direction. If isLayoutRtl returns false, it fills from left to right, and if it returns true, it fills from right to left.

    • case endToBegin

      The progress bar fills from end to begin horizontally, according to the language direction. If isLayoutRtl returns false, it fills from right to left, and if it returns true, it fills from left to right.

    • case topToBottom

      The progress fills from top to bottom.

    • case bottomToTop

      The progress fills from bottom to top.

    Other members in extension

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features