Exemplo n.º 1
0
 public void changeVideoDash()
 {
     GetComponent <Renderer>().material.mainTexture = movTextureDash;
     movTextureDash.Play();
     mudaCombinacao.CombinationDash();
 }