16
NGUI 3 Support / Re: NGUI's UIPanel depth sorting by Transform Hierarchy like uGUI?
« on: December 28, 2014, 11:24:27 AM »
how about use of transform.GetSiblingIndex() ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You should call Finish() before ResetToBeginning().
Can also probably change the function to:
public void ResetToBeginning () { Finish(); mReset = true; mActive = true; }