private void OnListOptionContinueButtonClick()
    {
        root.submitButton.GetComponent <Button>().onClick.RemoveListener(OnListOptionContinueButtonClick);

        root.HideSubmitButton();

        StartTransitionOut();

        // BYPASS LETS ROLL
        root.StopClock();
        root.HideClockIsRunningSign();
        root.HideClockIsStoppedSign();
        root.StartTransitionOut();
    }
예제 #2
0
 private void TransitionOutCompleted()
 {
     root.StartTransitionOut();
 }