Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

AccessibilityScrollDirection

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Describes the direction of a scrolling action.


The values in this enumeration are used by the AccessibilityNode.scrolled event, which is sent when a screen reader user performs a scrolling action.

Additional resources:

Properties

Property Description
Unknown The direction of the scrolling action is unknown.
Forward The user is scrolling forward.
Backward The user is scrolling backward.
Left The user is scrolling from right to left.
Right The user is scrolling from left to right.
Up The user is scrolling from bottom to top.
Down The user is scrolling from top to bottom.