I wanted to create a clipped panel but I need to use items in it which are not NGUI so clipping doesn't work here on the normal clipped panel. I decided to use the clipped camera which works but lacks much of the stuff draggable panel can do, like telling me when the drag is over and stuff. I tried to copy UICenterOnChild and change some stuff when I found out all the missing stuff.
Now I understand from the code that I just need to create a SpringPosition with Begin on the Draggable Camera to the position I need. But I don't know when the drag is over.
Is there a simple way to do that or do I need to throw that event from all the UIDragCamera objects that are connected to that camera?