MenuGUI.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        if (background == null)
        {
            Debug.LogError ("Background texture not set. Please correct and restart.", this);
            enabled = false;
            return;
        }
    }