Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: duncanx on November 18, 2013, 06:01:22 AM
-
Draggable window starting position
I'm using a draggable panel and the centeronchild together. I have figured out how to pass some index to centeronchild to have it spring to that position..but, I need the panel to start in a default position without springing to it.
-
CenterOnChild simply calls SpringPanel.Begin under the hood. You can make it instant by setting UICenterOnChild.springStrength to 1000.
-
That works. Thanks.