Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: tinyutopia on August 03, 2012, 01:49:50 PM
-
I'm using a draggable panel window and the grid stretches wider than the draggable clipping area, just as it should. I can still effect the scrolling of the draggable panel when I swipe any of the grid items outside of the clipping area. In other words, I can still scroll the panel with invisible panels!
Is there an easy way to disable panel collisions if they are not inside the clipping area of the draggable panel?
-
Look at what I did in the scrolling example. I put a big collider covering the sides, which intercepts the touch events.
-
Ah ha! I knew that those were in there for a reason. :)