Tanoda
IScrollSnap.cs
Go to the documentation of this file.
1
3
4
6{
7 internal interface IScrollSnap
8 {
9 void ChangePage(int page);
10 void SetLerp(bool value);
11 int CurrentPage();
12 void StartScreenChange();
13 }
14}
Credit Erdener Gonenc - @PixelEnvision.