scrolldirection - eisclimber/ExPresS-XR GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️