12 lines
224 B
C#
12 lines
224 B
C#
using System;
|
|
|
|
namespace UnityEngine.EventSystems
|
|
{
|
|
// Token: 0x0200000E RID: 14
|
|
public interface IScrollHandler : IEventSystemHandler
|
|
{
|
|
// Token: 0x0600000B RID: 11
|
|
void OnScroll(PointerEventData eventData);
|
|
}
|
|
}
|