LoadingSceneProgressBarOptions
Defined in: ui/src/LoadingSceneProgressBar.ts:19
Customization for the default loading progress bar.
Properties
Section titled “Properties”anchor?
Section titled “anchor?”
optionalanchor?:Anchor
Defined in: ui/src/LoadingSceneProgressBar.ts:36
Screen anchor for the bar. Default Anchor.Center.
backdrop?
Section titled “backdrop?”
optionalbackdrop?:BackgroundOptions
Defined in: ui/src/LoadingSceneProgressBar.ts:34
Full-viewport backdrop rendered behind the bar. Without one, the loading scene is transparent and the outgoing scene bleeds through during transitions. Set to a solid color or a textured background to cover the viewport.
optionalfill?:BackgroundOptions
Defined in: ui/src/LoadingSceneProgressBar.ts:27
Fill (progress) background. Default solid cyan.
height?
Section titled “height?”
optionalheight?:number
Defined in: ui/src/LoadingSceneProgressBar.ts:23
Bar height in virtual pixels. Default 16.
layer?
Section titled “layer?”
optionallayer?:string
Defined in: ui/src/LoadingSceneProgressBar.ts:40
Name of the UI layer to mount on. Default UI’s auto-provisioned layer.
offset?
Section titled “offset?”
optionaloffset?:object
Defined in: ui/src/LoadingSceneProgressBar.ts:38
Offset from the anchor in virtual pixels. Default { x: 0, y: 0 }.
x:
number
y:
number
track?
Section titled “track?”
optionaltrack?:BackgroundOptions
Defined in: ui/src/LoadingSceneProgressBar.ts:25
Track (background) background. Default solid dark slate.
width?
Section titled “width?”
optionalwidth?:number
Defined in: ui/src/LoadingSceneProgressBar.ts:21
Bar width in virtual pixels. Default 400.