Answers for "how to change the color using dotween"

0

how to change the color using dotween

TextMeshProUGUI myText; 
 myText.DOColor("ACACAC",0.05f);
 
  Text myText; 
 myText.DOColor("ACACAC",0.05f);
Posted by: Guest on September-20-2021

Code answers related to "how to change the color using dotween"

Browse Popular Code Answers by Language