Instance Property
allComponents
The component shapes in the layer.
Declaration
var allComponents: [GSComponent]? { get }Declaration
@property (nonatomic, readonly) NSArray<GSComponent *> * allComponents;Declaration
allComponents() -> list[GSComponent]Discussion
Returns nil when the layer has no component shapes.
See Also
Shape Proxies
A proxy for iterating and accessing path shapes.
A proxy for iterating and accessing component shapes.
The number of path shapes in the layer.
The number of component shapes in the layer.
The number of image shapes in the layer.
See Also
Shape Proxies
A proxy for iterating and accessing path shapes.
Returns the linear shape index of a path.
A proxy for iterating and accessing component shapes.
The number of path shapes in the layer.
The number of component shapes in the layer.
The number of image shapes in the layer.