Welcome,
Guest
. Please
login
or
register
.
February 14, 2025, 07:34:09 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Is there a way to make dragging operation move to an other object while draggin?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is there a way to make dragging operation move to an other object while draggin? (Read 1913 times)
Sahkan
Jr. Member
Thank You
-Given: 9
-Receive: 0
Posts: 74
Is there a way to make dragging operation move to an other object while draggin?
«
on:
March 03, 2016, 01:50:02 AM »
I want to have an object created when I'm start dragging from a certain object.
When the object created it should be dragged instead of the object that was initially clicked.
How can I make it happen?
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: Is there a way to make dragging operation move to an other object while draggin?
«
Reply #1 on:
March 06, 2016, 12:52:07 PM »
Set UIDragDropItem.cloneOnDrag to true. You can also overwrite UIDragDropItem's StartDragging() function in a derived class and specify exactly what gets created and when. Examine UIDragDropItem.StartDragging for more details.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Is there a way to make dragging operation move to an other object while draggin?