ScrollingDirection
This enum is used by ScrollingFrame.ScrollingDirection to specify the direction scrolling is allowed.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
329 | X | 1 | Canvas can only be scrolled along the X axis. | |
329 | Y | 2 | Canvas can only be scrolled along the Y axis. | |
329 | XY | 4 | Canvas can be scrolled along both X and Y axes. |
Description
This enum is used by ScrollingFrame.ScrollingDirection to specify the direction scrolling is allowed.