Declaration

var nodes: [GSNode] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSNode *> * nodes;

Declaration

pyobjc_instanceMethods.nodes() -> list[GSNode]
pyobjc_instanceMethods.setNodes_(nodes: list[GSNode])

Discussion

A node can belong to only one path. Remove a node from its current path before adding it to another path.

Setting this property replaces all nodes. Use path mutation methods rather than modifying the returned array directly.

See Also

Nodes