Author Topic: Drag Panel Contents w/o Absorbing Click?  (Read 3313 times)

Majicpanda

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 83
    • View Profile
Drag Panel Contents w/o Absorbing Click?
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Drag Panel Contents w/o Absorbing Click?
« Reply #1 on: August 18, 2013, 02:49:54 PM »
Put UIDragPanelContents on the items as well.