Controls how far the content should move before bouncing back.
The resource_id
of the entity containing the scrolling content. Must have an element component.
Whether the component is enabled.
Controls how freely content moves if thrown, with 1 stopping immediately and 0 allowing perpetual movement.
Whether to enable horizontal scrolling.
The resource_id
of the entity used as the horizontal scrollbar. Must have a scrollbar component.
Controls visibility of the horizontal scrollbar.
Controls mouse wheel sensitivity for scrolling, with 0 disabling it.
How the scroll view behaves when scrolling past content end.
Whether to use the mouse wheel for scrolling within bounds.
Whether to enable vertical scrolling.
The resource_id
of the entity used as the vertical scrollbar. Must have a scrollbar component.
Controls visibility of the vertical scrollbar.
The resource_id
of the entity used as the viewport area, within which content scrolls. Must have an element component of type group
.
Scrollview Component Properties.