Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: yuewah on April 02, 2015, 04:41:37 AM
-
Some OnDrag, OnDrop related is missing
-
If you notice, UIEventTrigger doesn't pass any parameters to its functions. OnDrag and OnDrop both have parameters that they would need to pass. This is why they are not on the list.
-
So how do we pass onDrag(delta) to another object?
-
Don't use an event trigger. Write a script with OnDrag(Vector2 delta) function in it.