add_line_to


Description:

public void add_line_to (int x, int y)

Adds a LINE_TO type node to the path.

This causes the actor to move to the new coordinates in a straight line.

Parameters:

this

a Path

x

the x coordinate

y

the y coordinate