コード例 #1
0
 /// <summary>
 /// Sets the interface so this script can be linked to the game
 /// </summary>
 /// <param name="carMovementController"></param>
 public void SetCarAudioInterface(ICarAudioController carAudioController)
 {
     this.carAudioController = carAudioController;
 }
コード例 #2
0
ファイル: CarMotor.cs プロジェクト: ludu12/SoftwareEngProject
 /// <summary>
 /// Sets the interface so this script can be linked to the game
 /// </summary>
 /// <param name="carMovementController"></param>
 public void SetCarAudioInterface(ICarAudioController carAudioController)
 {
     this.carAudioController = carAudioController;
 }