Instance Method
nextOncurve()nextOncurveNodenextOncurveNode
The next on-curve node in the path.
Declaration
func nextOncurve() -> GSNode?Declaration
- (GSNode *) nextOncurveNode;Declaration
nextOncurveNode() -> GSNodeDiscussion
For a closed path, navigation wraps around the path. For an open path, this is nil when no next on-curve node exists. For a path consisting solely off-curve nodes, returns nil.
See also nextOncurveNode(from:)nextOncurveNodeFromIndex:nextOncurveNodeFromIndex_.
See Also
Path Navigation
The index of the node in its path, or
nilwhen the node is not in a path.The previous on-curve node in the path.
See Also
Path Navigation
The index of the node in its path.
The previous on-curve node in the path.