C# Class TrafficManager.Configuration.LaneSpeedLimit

Mostra file Open project: Katalyst6/CSL.TransitAddonMod

Public Properties

Property Type Description
laneId uint
speedLimit ushort

Public Methods

Method Description
LaneSpeedLimit ( uint laneId, ushort speedLimit ) : System

Method Details

LaneSpeedLimit() public method

public LaneSpeedLimit ( uint laneId, ushort speedLimit ) : System
laneId uint
speedLimit ushort
return System

Property Details

laneId public_oe property

public uint laneId
return uint

speedLimit public_oe property

public ushort speedLimit
return ushort