Pause.Settings C# (CSharp) Method

Settings() public method

public Settings ( ) : void
return void
    public void Settings()
    {
        if (!busy)
        {
            OptionsCanvas.SetActive(true);
            busy = true;
        }
    }
    //Mapped to exit button for options menu