Class

DuAELayerPicker

DuAELayerPicker()

For use with DuScriptUI.
A picker for layers with labels.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.layerPicker to create a picker.
The picker inherits the Group object from ScriptUI and has all of its properties and methods.
Constructor

# new DuAELayerPicker()

Properties:
Name Type Description
selectors Array.<DuAELayerSelector> The layer selectors
inputs Array.<string> The labels texts

View Source DuAEF_DuSan_api.jsxinc, line 16559

Methods

# static addSelector(name) → {DuAELayerSelector}

Adds a new line on the DuAELayerPicker
Parameters:
Name Type Description
name string The display name of the selector.

View Source DuAEF_DuSan_api.jsxinc, line 16579

The added DuAELayerSelector

# static removeAll()

Empties the DuAELayerPicker

View Source DuAEF_DuSan_api.jsxinc, line 16572