Пример #1
0
 public NetInfoLane(NetInfo.Lane lane, RoadManager.VehicleType vehicleTypes, SpecialLaneType specialLaneType = SpecialLaneType.None) : this(vehicleTypes, specialLaneType)
 {
     CopyAttributes(lane);
 }
Пример #2
0
 public NetInfoLane(NetInfo.Lane lane, SpecialLaneType specialLaneType = SpecialLaneType.None) : this(lane, RoadManager.VehicleType.All, specialLaneType)
 {
 }
Пример #3
0
 public NetInfoLane(RoadManager.VehicleType vehicleTypes, SpecialLaneType specialLaneType = SpecialLaneType.None)
 {
     this.m_allowedVehicleTypes = vehicleTypes;
     this.m_specialLaneType     = specialLaneType;
 }
Пример #4
0
 public NetInfoLane(NetInfo.Lane lane, RoadManager.VehicleType vehicleTypes, SpecialLaneType specialLaneType = SpecialLaneType.None) : this(vehicleTypes, specialLaneType)
 {
     CopyAttributes(lane);
 }
Пример #5
0
 public NetInfoLane(NetInfo.Lane lane, SpecialLaneType specialLaneType = SpecialLaneType.None) : this(lane, RoadManager.VehicleType.All, specialLaneType) { }
Пример #6
0
 public NetInfoLane(RoadManager.VehicleType vehicleTypes, SpecialLaneType specialLaneType = SpecialLaneType.None)
 {
     this.m_allowedVehicleTypes = vehicleTypes;
     this.m_specialLaneType = specialLaneType;
 }