- Home /
 
creating a private float variable that shows the amount of time the text
How do I create a private float variable here that represents the amount of time the text will remain on the screen.
               Comment
              
 
               
              The amount of time what text will remain on screen?
A private float is easy to create. In JS, it's:
private var myVar: float;
Then, you won't see it in the inspector unless you use it in Debug mode.
Your answer
 
             Follow this Question
Related Questions
Gui grid text color changing and mouse hover 0 Answers
How do i set my orthographic Camera for Retina iPad's 1 Answer
Accessing button text 2 Answers
Help Changing GUI Text size 0 Answers