Exemplo n.º 1
0
 void Awake()
 {
     _count      = 0;
     _voteButton = GetComponent <VoteButton> ();
     _finger     = GameObject.Find("Finger").GetComponent <FInger>();
     _master     = _instractor.GetComponent <TextMaster>();
     _finger.InVisible();
     _descriptionText = GameObject.Find("Canvas/Panel/Description").GetComponent <Text>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     _voteButton = GameObject.Find("Manage").GetComponent <VoteButton> ();
     _finger     = GameObject.Find("Finger").GetComponent <FInger> ();
 }