Text UI component Flashcards
1
Q
What most you put before the start or awake function to
Reference to the Text component.
A
Text text;
2
Q
What must you put in the awake or start function to
Set up the reference.?
A
text = GetComponent ();
3
Q
How do you set the displayed text in the update funciton?
A
text.text =