Skip to main content

Variable: DEFAULT_LAYERS

const DEFAULT_LAYERS: object

Defined in: rendering/enums/default-layer-names.enum.ts:4

The DEFAULT_LAYERS object defines the default layer names for rendering.

Type declaration

background

readonly background: "background" = 'background'

The background layer.

foreground

readonly foreground: "foreground" = 'foreground'

The foreground layer.

ui

readonly ui: "ui" = 'ui'

The UI layer.