C# Class SimShift.MapTool.Ets2RoadLook

Mostrar archivo Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
LanesLeft int
LanesRight int
Offset float
ShoulderLeft float
ShoulderRight float
SizeLeft float
SizeRight float

Public Methods

Method Description
Ets2RoadLook ( string look, Ets2Mapper mapper ) : System

Method Details

Ets2RoadLook() public method

public Ets2RoadLook ( string look, Ets2Mapper mapper ) : System
look string
mapper Ets2Mapper
return System

Property Details

LanesLeft public_oe property

public int LanesLeft
return int

LanesRight public_oe property

public int LanesRight
return int

Offset public_oe property

public float Offset
return float

ShoulderLeft public_oe property

public float ShoulderLeft
return float

ShoulderRight public_oe property

public float ShoulderRight
return float

SizeLeft public_oe property

public float SizeLeft
return float

SizeRight public_oe property

public float SizeRight
return float