NodeScript+ 导入了个 UI Extend
Signed-off-by: TRADER_FOER <lhf190@outlook.com>
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