Skip to content

UIScrollView.JumpScrollToVertical(float) Method

Definition

Namespace: Brine2D.UI

Jumps the vertical scroll position proportionally to where the given screen-space Y falls within the track \(top of track = scroll top, bottom = scroll bottom\).

C#
internal void JumpScrollToVertical(float screenY);

Parameters

screenY System.Single