Declaration

func node(at idx: Int) -> GSNode?

Declaration

- (GSNode *) nodeAtIndex:(NSInteger) idx;

Declaration

nodeAtIndex_(idx: int) -> GSNode

Discussion

For a closed path, indices wrap around the path. For an open path, returns nil when the index is out of bounds.

See Also

Node Navigation

See Also

Node Navigation