Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity gui text

public Text myText;

void Start()
{
    myText.text = "This is my text";
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #unity #gui #text
ADD COMMENT
Topic
Name
6+1 =