UI scroll view entity, UI edited by the player via the UI editor
| Name |
Type |
Description |
Script Name |
| Content Origin |
Int |
Scroll start point, default is top left corner. |
ContentOrigin |
| Scroll Direction |
Int |
Support multiple scrolling directions |
ScrollDirection |
| Custom XY |
Vector2 |
XY direction drag component |
CustomXY |
| Scroll Effect |
Int |
Support multiple dragging effects |
ScrollEffect |
| Scroll Wheel Speed |
Float |
Scroll factor, the larger the value, the faster the scrolling. |
ScrollWheelSpeed |
| Scroll Continuity |
Float |
Inertia factor, the larger the value, the larger the inertia when scrolling. |
ScrollContinuity |
| Restrict Within Panel |
Bool |
If or not the drag is limited to the viewport, default is checked. |
RestrictWithinPanel |
| Smooth Scroll Start |
Bool |
When checked, the drag will start to move slowly, if unchecked, the drag will start to move at the speed of the mouse. |
SmoothScrollStart |
| Cancel Drag if Fits |
Bool |
Exit dragging when it fits in the viewport. |
CancelDragIfFits |
| Vertical Bar |
Int |
Vertical Bar |
VerticalBar |
| Horizontal Bar |
Int |
Horizontal Bar |
HorizontalBar |
|
Vector2 |
Show position |
ShowPosition |
| Disable Collider |
Bool |
Disable collision box |
DisableCollider |