Exemplo n.º 1
0
    void Reset()
    {
        UILabel label = m_textLabel.GetComponent <UILabel>();

        if (null != label)
        {
            label.text = "";
        }
        if (null != UIMainText)
        {
            UIMainText.HideWindow();
            UIMainText.Destroy();
            UIMainText = null;
        }
    }