iRDS - Intelligent Race Driver System
V 2.1.0.5
|
AI cars drivers. More...
Public Attributes | |
string | car |
The car. More... | |
string | driverName |
The name of the driver. More... | |
Color | carColor = Color.white |
The color of the car. More... | |
int | gridPosNumber = 0 |
The grid position number. More... | |
bool | useOwnSettings = false |
Use own settings. More... | |
bool | showSettings = false |
Show settings. More... | |
DriversSettings | driverSettings = new DriversSettings() |
The driver settings. More... | |
AI cars drivers.
string AICarsDrivers.car |
The car.
Color AICarsDrivers.carColor = Color.white |
The color of the car.
string AICarsDrivers.driverName |
The name of the driver.
DriversSettings AICarsDrivers.driverSettings = new DriversSettings() |
The driver settings.
int AICarsDrivers.gridPosNumber = 0 |
The grid position number.
bool AICarsDrivers.showSettings = false |
Show settings.
bool AICarsDrivers.useOwnSettings = false |
Use own settings.