Exemplo n.º 1
0
 private void Awake()
 {
     _statsUI = GetComponent <StatsDisplay>();
     _motor   = GetComponent <CameraMotor_test>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     _motor = GetComponent <CameraMotor_test>();
 }
Exemplo n.º 3
0
 private void Awake()
 {
     zoomHandler = GetComponent <CameraZoom_motortest>();
     _motor      = GetComponent <CameraMotor_test>();
 }