C# Class Vehicle.VehicleDriver

The vehicle driver represents an entity which reads player input, and drives the selected vehicle controller.
Inheritance: MonoBehaviour
Mostra file Open project: mxo9722/CarPG

Public Methods

Method Description
SetVehicleController ( Vehicle.VehicleController controller ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

SetVehicleController() public method

public SetVehicleController ( Vehicle.VehicleController controller ) : void
controller Vehicle.VehicleController
return void