GroupLayer
public struct GroupLayer : LayerProtocol, LayerContainer
Undocumented
-
A filter that can be used for selecting layers that have the
Layer.kindattribute of groupDeclaration
Swift
public static let kind: LayerFilter -
The name of the layer, or an empty
Stringif none was specifiedDeclaration
Swift
public var name: String { get } -
trueif the layer should be visibleDeclaration
Swift
public var visible: Bool { get } -
A level of transparent the layer (and therefore its contents) should be rendered with
Declaration
Swift
public var opacity: Double { get } -
User specified
Propertiesof the layerDeclaration
Swift
public var properties: Properties { get } -
All of the layers contained in the group
Declaration
Swift
public var layers: [Layer] { get } -
If
trueno editing operations should be applied to theLayerDeclaration
Swift
public var locked: Bool { get }
View on GitHub
GroupLayer Structure Reference