Declaration

func makeNodeFirst(_ node: GSNode)

Declaration

- (void) makeNodeFirst:(GSNode *) node;

Declaration

makeNodeFirst_(node: GSNode)

Discussion

The start node of a closed path is the final node in nodes. For open paths, this method is only effective for the end node, reversing the path direction.

See Also

Node Navigation

See Also

Node Navigation