Exemple #1
0
    static public void AddTextBox(MenuCommand menuCommand)
    {
        GameObject parent = menuCommand.context as GameObject;

        UICreator.CreateTextBox(Vector3.zero, new Vector2(400, 400), "TextBox", parent.transform);
    }