Penelope Unity 3 Part 1-01


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. private GUITexture gui;
  2.  
  3. void Start ()
  4. {
  5. gui = GetComponent( GUITexture );
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.