C# Class CrewChiefV3.TrackData

Show file Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
pCarsTracks List

Public Methods

Method Description
getTrackDefinition ( String trackName, float trackLength ) : TrackDefinition

Private Methods

Method Description
getDefinitionForLength ( float trackLength, int maxError ) : TrackDefinition

Method Details

getTrackDefinition() public static method

public static getTrackDefinition ( String trackName, float trackLength ) : TrackDefinition
trackName String
trackLength float
return TrackDefinition

Property Details

pCarsTracks public static property

public static List pCarsTracks
return List