Guest User

Untitled

a guest
May 20th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. public  var MenuObject : GameObject[];
  4.  
  5.  
  6. private var TouchVector2d : Vector2;
  7. private var TouchVector : Vector3;
  8.  
  9.  
  10.  
  11. function Start()
  12. {
  13.    MenuObject = new GameObject[4];
  14.    
  15.    MenuObject[0].AddComponent("portfolio.pSolid1");
  16.    MenuObject[1].AddComponent("portfolio.pSolid2");
  17.    MenuObject[2].AddComponent("portfolio.pSolid3");
  18.    MenuObject[3].AddComponent("portfolio.pSolid4");
  19.  
  20.    
  21.  
  22. }
  23.  
  24.  
  25.  
  26. function Update () {
  27. }
Add Comment
Please, Sign In to add comment