Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     scrollMenu = GetComponentInChildren <Scroll3DMenu>();
     fillMenuInfo();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     scrollMenu   = GetComponentInChildren <Scroll3DMenu>();
     currentLevel = 0;
     changing     = false;
 }