Skip to main content

Class: BackgroundPresetGroup

Extra-Helpers.BackgroundPresetGroup

Hierarchy

Properties

presets

presets: IAsset[] = []

Inherited from

PresetGroup.presets

Defined in

webgi/src/helpers/presetGroups.ts:9


selected

selected: undefined | IAsset = undefined

Inherited from

PresetGroup.selected

Defined in

webgi/src/helpers/presetGroups.ts:11


name

name: string = 'Background'

Overrides

PresetGroup.name

Defined in

webgi/src/helpers/presetGroups.ts:33

Constructors

constructor

new BackgroundPresetGroup(name?)

Parameters

NameType
name?string

Inherited from

PresetGroup.constructor

Defined in

webgi/src/helpers/presetGroups.ts:27

Methods

apply

apply(viewer, preset): Promise<any>

Parameters

NameType
viewerViewerApp
presetIAsset

Returns

Promise<any>

Overrides

PresetGroup.apply

Defined in

webgi/src/helpers/presetGroups.ts:34