コード例 #1
0
    private void GoToNextPage()
    {
        bool success = BookComponent.GoToNextPage(true, () => {
            userInteractionEnabled = true;
            StartPageAnimation();
        });

        userInteractionEnabled = !success;
    }
コード例 #2
0
 public void GoToNextPage()
 {
     BookComponent.GoToNextPage(true);
 }