Skip to main content

Class: BackgroundPresetGroup

Extra-Helpers.BackgroundPresetGroup

Hierarchy

Properties

presets

presets: TPreset[] = []

Inherited from

PresetGroup.presets

Defined in

webgi/src/helpers/presetGroups.ts:15


selected

selected: undefined | TPreset = undefined

Inherited from

PresetGroup.selected

Defined in

webgi/src/helpers/presetGroups.ts:17


name

name: string = 'Background'

Overrides

PresetGroup.name

Defined in

webgi/src/helpers/presetGroups.ts:41

Constructors

constructor

new BackgroundPresetGroup(name?)

Parameters

NameType
name?string

Inherited from

PresetGroup.constructor

Defined in

webgi/src/helpers/presetGroups.ts:35

Methods

apply

apply(viewer, preset): Promise<any>

Parameters

NameType
viewerViewerApp
presetTPreset

Returns

Promise<any>

Overrides

PresetGroup.apply

Defined in

webgi/src/helpers/presetGroups.ts:42