// Use this for initialization
 void Start()
 {
     _layersController = GameObject.Find("LayersCanvas").GetComponent <LayersController> ();
     GetComponent <Outline> ().enabled = false;
 }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
 }
	// Use this for initialization
	void Start () {
		_layersController = GameObject.Find ("LayersCanvas").GetComponent<LayersController> ();
		GetComponent<Outline> ().enabled = false;
	}
Exemplo n.º 4
0
 // Start is called before the first frame update
 void Start()
 {
     controller = LayersController.instance;
 }