Declaration

var shapes: [GSShape] { get set }

Declaration

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

Declaration

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

Discussion

Use enumerateMembers(_:)enumerateMembersWithBlock:enumerateMembersWithBlock_ to process all members, including nested shapes.

Shapes are externally immutable. Use createShapeGroup(from:)createShapeGroupFromShapes:createShapeGroupFromShapes_ to create a group with shapes.