📄️ Box Progress
A Box Progress shows the current progress by using a simple Box as the progress indicator on top of a background Image. The Color, the Alpha of the box and the Direction towards which the box will progress can be configured.
📄️ Image Progress
An Image Progress shows the current progress by using a Tiled Image as the progress indicator on top of a background Image. The progress image, the Alpha and the Direction towards which the image will progress can be configured.
📄️ Text Progress
A Text Progress will display progress as a number with a given number of decimals. It shows the current progress by using a TextArea as the progress indicator on top of a background Image. The Color, the Alpha and the Text of the TextArea can be configured.
📄️ Line Progress
A Line Progress shows the current progress by using a Line as the progress indicator on top of a background Image. The line does not need to be either horizontal or vertical, but can start at any coordinate and finish at any coordinate.
📄️ Circle Progress
A Circle Progress shows the current progress by using a Circle as the progress indicator on top of a background Image. The Color, the Alpha and overall parameters regarding the Circle can be configured.