Not to the panel but to whatever you're dragging. The same object that has UIDragPanel.
Hello, i'm trying to get this same thing to work in our project, and this is where i'm running into trouble, figuring out what object(s) to use SpringPosition on.
I don't have any script called UIDragPanel in the newest version of NGUI, was that renamed? Is it UIDraggablePanel? If so, when trying to use SpringPosition on the panel with UIDraggablePanel on it, it moves the entire panel, clipping and all, which is not useful.
Are you supposed to use it on each of the child objects? If so the SpringPosition works fine on that one particular object, but then it doesn't get re-organized by the grid.
I would really appreciate any help with this, as I just can't seem to figure out how it's supposed to be set up.