Pause.Settings C# (CSharp) Méthode

Settings() public méthode

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