Hi,
I am using a UIDraggablePanel to scroll over UIToggles.
Here is my tree:
* UIPanel - UIDraggable Panel
* UIGrid - UICenter On Child
* UIToggle - UIDrag Panel Contents
* UIToggle - UIDrag Panel Contents
* UIToggle - UIDrag Panel Contents
* etc...
Using a small script I select my toggle with the keyboard like this :
UICamera.selectedObject = selectedToggle;
I want to center my scrollview on my selected toggle but I didn't find any way to achieve that effect.
How can I do that ?
Thanks a lot !