Skip to content

scrolldirection

eisclimber edited this page Apr 4, 2026 · 1 revision

ScrollDirection

Enum in AutoScrollRect

Inherits from System.Enum

Summary

Scrolling direction when scrolling automatically.

public enum ScrollDirection
{
    Up = 1,
    Down = -1
}

Members

Name Description
Down Automatically scrolls down.
Up Automatically scrolls up.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally