Ignition / ScrollBoxSwipe
Namespace
Playniax.Ignition.UIInherits from
MonoBehaviourScript can be found in
Assets/Playniax/Framework/Ignition/Framework/UI/Scripts (MonoBehaviour)/ScrollBoxSwipe.cs
Class ScrollBoxSwipe
DescriptionProvides functionality for smooth scrolling of content within the ScrollBox based on swipe gestures.
Public fields | Description |
---|
ScrollBox scrollBox | Reference to the ScrollBox component containing the scrollable content. |
bool horizontal | Enable horizontal scrolling. |
bool vertical = true | Enable vertical scrolling. |