Instance Property
allNodes
All nodes from all path shapes in linear shape order.
Declaration
var allNodes: [GSNode]? { get }Declaration
@property (nonatomic, readonly) NSArray<GSNode *> * allNodes;Declaration
allNodes() -> list[GSNode]Discussion
Returns nil when the layer has no nodes.
See Also
Nodes
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.
The selected nodes in path order.