示例#1
0
 protected TextoHit GenerartextHit(string texto)
 {
     Debug.Log("TextHit generado");
     return(textoHit.CrearTextoHit(texto, transform, 0.2f, Color.white, new Vector2(-0.5f, 0.5f), new Vector2(0, 0.5f), 1f));
 }