ProgressOptions
Defined in: ui/widgets/progress.ts:18
Properties
Section titled “Properties”background?
Section titled “background?”
optionalbackground?:UIVisualInit
Defined in: ui/widgets/progress.ts:23
Background (track) renderer.
direction?
Section titled “direction?”
optionaldirection?:LinearFillDirection
Defined in: ui/widgets/progress.ts:27
Direction the fill grows (linear bars). Default: ‘right’.
optionalfill?:object
Defined in: ui/widgets/progress.ts:25
Fill renderer config (the filled bar).
color?
Section titled “color?”
optionalcolor?:Color
sprite?
Section titled “sprite?”
optionalsprite?:number
optionalnode?:UINodeInit
Defined in: ui/widgets/progress.ts:21
parent?
Section titled “parent?”
optionalparent?:number
Defined in: ui/widgets/progress.ts:20
radial?
Section titled “radial?”
optionalradial?:boolean
Defined in: ui/widgets/progress.ts:29
Radial gauge: a clockwise wedge from 12 o’clock; direction is ignored.
value?
Section titled “value?”
optionalvalue?:number
Defined in: ui/widgets/progress.ts:31
Initial progress 0..1. Default 0.
world:
World
Defined in: ui/widgets/progress.ts:19