ProgressBar

class ProgressBar(val skin: ProgressBarSkin = SkinProvider.skin.progressBar) : AbstractElement, ElementDrawer

Constructors

Link copied to clipboard
constructor(skin: ProgressBarSkin = SkinProvider.skin.progressBar)

Properties

Link copied to clipboard
open override val drawer: ElementDrawer
Link copied to clipboard
open override val input: ElementInput? = null
Link copied to clipboard
open override val placement: ElementPlacement
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var tag: String
Link copied to clipboard
open override var update: ElementUpdate?

You can place any custom actions for run before element draw

Functions

Link copied to clipboard
open override fun draw(renderer: Renderer2D, context: DrawContext, tick: Duration)