using System; using System.Collections; using System.Collections.Generic; using UnityEngine; //Author:quyuyun //CreatTime:12/27/2017 /// /// ÓÃÓڼǼScrollRectµÄÍÏק /// public class ScrollRectRecord : BaseScrollRect { public override void RespondFun(Vector2 value) { //Debug.Log(value); } }