scroll_to_point


Description:

public void scroll_to_point (Point point)

Scrolls the contents of this so that point is the new origin of the visible area.

The coordinates of point must be relative to the this.

This function will use the currently set easing state of the this to transition from the current scroll origin to the new one.

Parameters:

this

a ScrollActor

point

a Point