コード例 #1
0
 private void Start()
 {
     _gameManger = FindObjectOfType <GameManager>();
     // Get the carObj corresponding to the car game object the script attached to.
     _carObj = CarList.GetCarByName(carName);
 }