Pause.closeSettings C# (CSharp) Method

closeSettings() public method

public closeSettings ( ) : void
return void
    public void closeSettings()
    {
        OptionsCanvas.SetActive(false);
        busy = false;
    }