Class
LayerSet |
| A group of layer objects, which can include art layer objects and other (nested) layer set objects. A single command or set of commands manipulates all layers in a layer set object. Base Class: Layer |
QuickLinks |
merge |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
artLayers | ArtLayers ArtLayer |
readonly | The art layers contained in this layer set. |
enabledChannels |
Array
of Channel |
r/w | The channels that are enabled for the layer set. Must be a list of component channels. |
layerSets | LayerSets LayerSet |
readonly | The layer sets contained within the layer set. |
layers | Layers Layer |
readonly | The layers in this layer set. |
parent | Object |
readonly | The object's container. |
typename | string |
readonly | The class name of the object. |
|
Methods
| InstancesArtLayer merge ()
Merges the layer set.
|
Used in: | void Layer.moveToEnd
([layerSet:
LayerSet])
|
Return |
LayerSet LayerSets.[] (index:
uint)
LayerSet LayerSets.add ()
LayerSet LayerSets.getByName (name:
string)
|