Guest User

Untitled

a guest
Jan 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /* GUI.TextArea example */
  2.  
  3. var textAreaString = "text area";
  4.  
  5. function OnGUI () {
  6. textAreaString = GUI.TextArea (Rect (25, 25, 100, 30), textAreaString);
  7. }
Add Comment
Please, Sign In to add comment