Exemplo n.º 1
0
 void Awake()
 {
     cameraComLimites_ref = GameObject.Find("MainCamera").GetComponent <CameraComLimites>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     cameraComLimites_ref = GetComponent <CameraComLimites>();
 }