Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: pawankumar113 on May 13, 2014, 01:52:23 AM
-
I saw the Example 7 - Scroll View (Panel) in NGUI. But how to use button to Scroll the Object.
-
Modify the scroll bar's value using some logic, for example:
void OnClick ()
{
scrollBar.value += 0.1f;
}