C# Class SimTelemetry.Game.rFactor2.Garage.rFactor2Garage

Inheritance: IGarage
显示文件 Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
CarFactory ( IMod mod, string veh ) : ICar
Scan ( ) : void
SearchCar ( string CarClass, string CarModel ) : ICar
SearchTrack ( string path ) : ITrack
TrackFactory ( string track, string directory ) : ITrack

Private Methods

Method Description
ScanCars ( ) : void
ScanTracks ( ) : void

Method Details

CarFactory() public method

public CarFactory ( IMod mod, string veh ) : ICar
mod IMod
veh string
return ICar

Scan() public method

public Scan ( ) : void
return void

SearchCar() public method

public SearchCar ( string CarClass, string CarModel ) : ICar
CarClass string
CarModel string
return ICar

SearchTrack() public method

public SearchTrack ( string path ) : ITrack
path string
return ITrack

TrackFactory() public method

public TrackFactory ( string track, string directory ) : ITrack
track string
directory string
return ITrack