Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AccessibilityScrollDirection

Describes the direction of a scrolling action.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AccessibilityScrollDirection : byte

Remarks

The values in this enumeration are used by the _scrolled event, which is sent when a screen reader user performs a scrolling action.
Additional Resources:

Fields

Value

Description

BackwardThe user is scrolling backward.
DownThe user is scrolling from top to bottom.
ForwardThe user is scrolling forward.
LeftThe user is scrolling from right to left.
RightThe user is scrolling from left to right.
UnknownThe direction of the scrolling action is unknown.
UpThe user is scrolling from bottom to top.