Exemplo n.º 1
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass();
     GetComponent<Image> ().color = colorDictionary.colors[(int)connectionType]; //Set the node color
     lineCam.GetComponent<SplineDraw>().ports.Add(gameObject);
 }
Exemplo n.º 2
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass();
     GetComponent <Image> ().color = colorDictionary.colors[(int)connectionType];        //Set the node color
     lineCam.GetComponent <SplineDraw>().ports.Add(gameObject);
 }
Exemplo n.º 3
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass ();
 }
Exemplo n.º 4
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass();
 }
Exemplo n.º 5
0
	void Start() {
		colorDictionary = new LineTypeDictionary.valueClass(); 
		GetComponent<Image> ().color = colorDictionary.colors[(int)connectionType]; //Set the node color
	}
Exemplo n.º 6
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass();
     GetComponent<Image> ().color = colorDictionary.colors[(int)connectionType]; //Set the node color
 }