1
NGUI 3 Support / [Solved] How to set an object to drag when its created.
« on: May 27, 2014, 11:47:27 AM »
Is there anyway to set an object to already be dragging when its spawned? I create an object at the mousePosition on a click but I want it to act like a draggable item i have already picked up. The object already has a UIDragDropItem attached to it.
If I click on it again it works as expected but I'd like to set or fire OnPressed when I create it..
If I click on it again it works as expected but I'd like to set or fire OnPressed when I create it..