EntUIScrollArea
UI Scroll Area
Allows scrolling child UI entities
ID: EntUIScrollArea
Requires Components: UI Transform
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Scroll Axis | Enum Variable | |
Scroll Sensitivity | Number Variable | Defaults to 10 |
Use Inertia | Bool Variable | If true, the scroll area will continue moving in the direction it was scrolled. |
Deceleration | Number Variable | How fast the scroll area comes to a stop when using Inertia. - Defaults to 0.135 |
Movement Type | Enum Variable | Changes how scroll movement is handled. Clamped prevents scrolling past items, Unrestricted allows infinite scrolling, and Elastic allows a little bit of scrolling past items but will bounce back to them |
Attributes:
ModboxMain.MBTypeComponentNoIngameAddingAttribute
Updated over 2 years ago