Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何实现一个长页面能左右滑动?
如果是像道具栏中的道具列表要左右拖拽页面,可以弄一个透明精灵加上拖拽能力,然后其他在上面需要跟着移动的对象加一个绑定能力,绑在这个透明精灵上面,这样拖拽透明精灵时,页面上的东西就会跟着动。如果是一个宽度很大的场景想要左右滑动拖拽镜头,使它显示对应的区域,就需要自己手写一个镜头拖拽的事件了,新建项目时,那个单线塔防预制项目里有这个镜头拖拽的写法,可以参考看看。