TextureProgress.FillMode

Values

ValueMeaning
fillLeftToRight0

The textureProgress fills from left to right.

fillRightToLeft1

The textureProgress fills from right to left.

fillTopToBottom2

The textureProgress fills from top to bottom.

fillBottomToTop3

The textureProgress fills from bottom to top.

fillClockwise4

Turns the node into a radial bar. The textureProgress fills clockwise. See radialCenterOffset, radialInitialAngle and radialFillDegrees to control the way the bar fills up.

fillCounterClockwise5

Turns the node into a radial bar. The textureProgress fills counterclockwise. See radialCenterOffset, radialInitialAngle and radialFillDegrees to control the way the bar fills up.

fillBilinearLeftAndRight6

The textureProgress fills from the center, expanding both towards the left and the right.

fillBilinearTopAndBottom7

The textureProgress fills from the center, expanding both towards the top and the bottom.

fillClockwiseAndCounterClockwise8

Turns the node into a radial bar. The textureProgress fills radially from the center, expanding both clockwise and counterclockwise. See radialCenterOffset, radialInitialAngle and radialFillDegrees to control the way the bar fills up.

Meta