Exemplo n.º 1
0
 public void MudaTexto()
 {
     if (textoConvertivel != null)
     {
         textoConvertivel.text = BancoDeTextos.RetornaTextoDeInterface(key);
     }
     else
     {
         Invoke("MudaTexto", 0.15f);
         Debug.Log("Fiz um Invoke de texto");
     }
 }