GUI.nextQuestion C# (CSharp) Méthode

nextQuestion() public méthode

public nextQuestion ( Card, nextQuestion ) : void
nextQuestion Card,
Résultat void
    public void nextQuestion(Card nextQuestion)
    {
        // Keep note of levels so that this function does not have any problems
        // repeatedly loading something unnecessarily or something like that. Grunt.
        loadScene (Scene.AskQuestion);

        // Since the loadScene() function is async, the DisplayAgent will have to setup the GUI
    }