Methods of updating the scrolling view port in containers.
Available since
1.0.0
.See also:
Values
SCROLL_RECT
The view port's scrollRect is set.
Available since
1.0.0
.MASK
The view port is given a mask and its x and y position are updated.
Available since
1.0.0
.MASKLESS
The view port's x and y position are updated, but it is not masked
in any way. MASKLESS may have slightly better performance than MASK
on some devices.
Warning: Using MASKLESS may reveal some children outside of the bounds
of the view port, if they are not obscured by other display objects.
Available since
1.0.0
.