Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     vcController = GetComponentInParent <VCController>();
 }
Exemplo n.º 2
0
Arquivo: Button.cs Projeto: spc348/vcg
 // Use this for initialization
 void Start()
 {
     vcController = GetComponentInParent<VCController>();
 }