Ejemplo n.º 1
0
 void Start()
 {
     ccont      = GameObject.Find("GraphController").GetComponent <CController>();
     rowManager = ccont.GetRowManager();
 }
Ejemplo n.º 2
0
 public void Start()
 {
     rowManager = GameObject.FindGameObjectWithTag("AddVertex").GetComponent <SimpleRowManager>();
 }