Declaration

var shapes: [GSShape] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSShape *> * shapes;

Declaration

pyobjc_instanceMethods.shapes() -> list[GSShape]
pyobjc_instanceMethods.setShapes_(shapes: list[GSShape])

Discussion

This is a linear representation of the shapes of the layer with the elements in stacking order from bottom to top. This array also contains shape group objects which are used to create a shape tree structure. When processing the shapes of a layer while respecting this shape hierarchy, use the rootGroup property instead.

See Also

Shapes

See Also

Shapes