Skip to content

ProgressOptions

Defined in: ui/widgets/progress.ts:18

optional background?: UIVisualInit

Defined in: ui/widgets/progress.ts:23

Background (track) renderer.


optional direction?: LinearFillDirection

Defined in: ui/widgets/progress.ts:27

Direction the fill grows (linear bars). Default: ‘right’.


optional fill?: object

Defined in: ui/widgets/progress.ts:25

Fill renderer config (the filled bar).

optional color?: Color

optional sprite?: number


optional node?: UINodeInit

Defined in: ui/widgets/progress.ts:21


optional parent?: number

Defined in: ui/widgets/progress.ts:20


optional radial?: boolean

Defined in: ui/widgets/progress.ts:29

Radial gauge: a clockwise wedge from 12 o’clock; direction is ignored.


optional value?: number

Defined in: ui/widgets/progress.ts:31

Initial progress 0..1. Default 0.


world: World

Defined in: ui/widgets/progress.ts:19