C# Class Transit.Addon.RoadExtensions.Compatibility.RoadColorChangerCompatibility.Configuration2

ファイルを表示 Open project: Katalyst6/CSL.TransitAddonMod

Public Properties

Property Type Description
highway_blue float
highway_green float
highway_red float
large_road_blue float
large_road_green float
large_road_red float
medium_road_blue float
medium_road_green float
medium_road_red float
small_road_blue float
small_road_green float
small_road_red float

Public Methods

Method Description
Deserialize ( string filename ) : Configuration2

Method Details

Deserialize() public static method

public static Deserialize ( string filename ) : Configuration2
filename string
return Configuration2

Property Details

highway_blue public_oe property

public float highway_blue
return float

highway_green public_oe property

public float highway_green
return float

highway_red public_oe property

public float highway_red
return float

large_road_blue public_oe property

public float large_road_blue
return float

large_road_green public_oe property

public float large_road_green
return float

large_road_red public_oe property

public float large_road_red
return float

medium_road_blue public_oe property

public float medium_road_blue
return float

medium_road_green public_oe property

public float medium_road_green
return float

medium_road_red public_oe property

public float medium_road_red
return float

small_road_blue public_oe property

public float small_road_blue
return float

small_road_green public_oe property

public float small_road_green
return float

small_road_red public_oe property

public float small_road_red
return float