Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to get text color alpha unity

public Text healthtext;
 
healthtext.text = healthpack.ToString();
        Color zm = healthtext.color;
        zm.a = 0.0f;
Source by forum.unity.com #
 
PREVIOUS NEXT
Tagged: #text #color #alpha #unity
ADD COMMENT
Topic
Name
7+4 =