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;
        }
    }