Ignition / ScrollBoxSwipe

Namespace Playniax.Ignition.UI

Inherits from MonoBehaviour

Script can be found in Assets/Playniax/Framework/Ignition/Framework/UI/Scripts (MonoBehaviour)/ScrollBoxSwipe.cs

Class ScrollBoxSwipe

Description

Provides functionality for smooth scrolling of content within the ScrollBox based on swipe gestures.

Public fieldsDescription
ScrollBox scrollBox Reference to the ScrollBox component containing the scrollable content.
bool horizontal Enable horizontal scrolling.
bool vertical = true Enable vertical scrolling.