UIScript.ExitControlsScreen C# (CSharp) Method

ExitControlsScreen() public method

public ExitControlsScreen ( GameObject menu ) : void
menu GameObject
return void
    public void ExitControlsScreen(GameObject menu)
    {
        UpdateMenu(GameMenu);
    }