get_point


Description:

public void get_point (int index, out int x, out int y)

Change a point on the line

index Description
0 The first endpoint of the line
1 The second endpoint of the line

Parameters:

index

The index of the point

x

The new x coordinate for the point

y

The new y coordinate for the point