Class VehicleConfig
ScriptableObject for storing and sharing vehicle configurations. Allows saving Engine, GearBox, and Wheels settings as reusable assets.
Inheritance
object
VehicleConfig
Namespace: YACC.Editor
Assembly: .dll
Syntax
public class VehicleConfig : ScriptableObject
Fields
| Name | Description |
|---|---|
| configName | |
| description | |
| engineData | |
| gearBoxData | |
| realVehicleName | |
| wheelsData |
Methods
| Name | Description |
|---|---|
| ApplyToController(MonoBehaviour) | Apply this configuration to a car controller. |
| CaptureFromController(MonoBehaviour) | Capture configuration from an existing car controller. |