Skip to content

UIScrollView.HandlePageScroll(float) Method

Definition

Namespace: Brine2D.UI

Scrolls by one page \(the visible height\) in the given direction. Positive direction scrolls down; negative scrolls up.

C#
internal void HandlePageScroll(float direction);

Parameters

direction System.Single