Instance Method
sortedSelectedNodes()sortedSelectedNodessortedSelectedNodes
The selected nodes in path order.
Declaration
func sortedSelectedNodes() -> [GSNode]Declaration
- (NSArray<GSNode *> *) sortedSelectedNodes;Declaration
sortedSelectedNodes() -> list[GSNode]Discussion
For partial closed-path selections, wrapped selections are ordered around the path start.
See Also
Nodes
All nodes from all path shapes in linear shape order.
The number of nodes in all path shapes.
Returns the node at an index path.
Returns the index path of a node in this layer.
The selected node when exactly one node is selected.