Instance Method
indexPathOfNode(atY:)
The index path of an on-curve node near the given y position and the matched node position.
Not available in Objective-C.Not available in Python.
Declaration
func indexPathOfNode(atY y: CGFloat) -> (indexPath: IndexPath, position: CGPoint)?Discussion
Returns nil when no matching node or hint position is found.
See Also
Node Hit Testing
Returns the nearest node to a point, excluding one node.
Returns the nearest node to a point, excluding a set of objects.
The index path of an on-curve node near the given x position and the matched node position.