MenuGUI.Start C# (CSharp) Метод

Start() публичный Метод

public Start ( ) : void
Результат void
    void Start()
    {
        if (background == null)
        {
            Debug.LogError ("Background texture not set. Please correct and restart.", this);
            enabled = false;
            return;
        }
    }