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