Instance Method
node(at:)nodeAtIndexPath:nodeAtIndexPath_
Returns the node at an index path.
Declaration
func node(at indexPath: IndexPath) -> GSNode?Declaration
- (GSNode *) nodeAtIndexPath:(NSIndexPath *) indexPath;Declaration
nodeAtIndexPath_(indexPath: NSIndexPath) -> GSNodeDiscussion
The first index is the linear path index and the second index is the node index in that path. Returns nil if the first index does not refer to a path.
See Also
Nodes
All nodes from all path shapes in linear shape order.
The number of nodes in all path shapes.
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.