Exemplo n.º 1
0
    public void OnThis()
    {
        string myText = GetComponentInChildren <Text>().text;

        inputPanel.OnInput(myText);
    }