Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Majicpanda on August 18, 2013, 12:11:40 PM

Title: Drag Panel Contents w/o Absorbing Click?
Post by: Majicpanda on August 18, 2013, 12:11:40 PM
How can you put a large box collider on a Panel so that you can drag the contents of a Draggle Panel around but also allow clicking of objects within the panel?  Right now the issue is the box collider works great, but it intercepts all UI events (obviously) to all the other widgets.  Do you just have to add Drag Panel Contents to every single UI element in the window as well as the background so that the user can touch anything inside the panel and scroll the contents?
Title: Re: Drag Panel Contents w/o Absorbing Click?
Post by: ArenMook on August 18, 2013, 02:49:54 PM
Put UIDragPanelContents on the items as well.