예제 #1
0
    IEnumerator SceneTransitionHandler()
    {
        Overlay.Show();
        yield return(new WaitForSeconds(0.5f));

        App.LoadScene(App.GallerySceneIndex);
    }
예제 #2
0
 public void OnBeginDrag(PointerEventData eventData)
 {
     StopAllCoroutines();
     scrollbarHidable.Show();
 }