mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 10:07:37 +02:00
Editor stuff
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
/// Credit SimonDarksideJ
|
||||
/// Required for scrollbar support to work across ALL scroll snaps
|
||||
|
||||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
internal interface IScrollSnap
|
||||
{
|
||||
void ChangePage(int page);
|
||||
void SetLerp(bool value);
|
||||
int CurrentPage();
|
||||
void StartScreenChange();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user