Exemplo n.º 1
0
 private void Awake()
 {
     instance = this;
     _camera  = GetComponentInChildren <Camera>();
 }
 private void Awake()
 {
     instance = this;
     _camera  = GetComponentInChildren <Camera>();
     size     = _camera.orthographicSize;
 }