Пример #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);
 }
Пример #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);
 }
Пример #3
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass ();
 }
Пример #4
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass();
 }
Пример #5
0
	void Start() {
		colorDictionary = new LineTypeDictionary.valueClass(); 
		GetComponent<Image> ().color = colorDictionary.colors[(int)connectionType]; //Set the node color
	}
Пример #6
0
 void Start()
 {
     colorDictionary = new LineTypeDictionary.valueClass();
     GetComponent<Image> ().color = colorDictionary.colors[(int)connectionType]; //Set the node color
 }