예제 #1
0
 /** Waits one frame, then scrolls to the bottom (useful if you're adding stuff to a scroll rect and want it to scroll down) */
 public static void ScrollDownAfterOneFrame(this ScrollRect scrollRect)
 {
     scrollRect.StartCoroutine(scrollRect.ScrollDownAfterOneFrameCoroutine());
 }