using System; using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 用于记录ScrollRect的拖拽 /// public class ScrollRectRecord : BaseScrollRect { public override void RespondFun(Vector2 value) { //Debug.Log(value); } }