Answers for "how to get text color alpha unity"

0

how to get text color alpha unity

public Text healthtext;
 
healthtext.text = healthpack.ToString();
        Color zm = healthtext.color;
        zm.a = 0.0f;
Posted by: Guest on April-02-2021

Browse Popular Code Answers by Language