C# 클래스 Transit.Addon.RoadExtensions.Compatibility.RoadColorChangerCompatibility.Configuration2

파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Deserialize ( string filename ) : Configuration2

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( string filename ) : Configuration2
filename string
리턴 Configuration2

프로퍼티 상세

highway_blue 공개적으로 프로퍼티

public float highway_blue
리턴 float

highway_green 공개적으로 프로퍼티

public float highway_green
리턴 float

highway_red 공개적으로 프로퍼티

public float highway_red
리턴 float

large_road_blue 공개적으로 프로퍼티

public float large_road_blue
리턴 float

large_road_green 공개적으로 프로퍼티

public float large_road_green
리턴 float

large_road_red 공개적으로 프로퍼티

public float large_road_red
리턴 float

medium_road_blue 공개적으로 프로퍼티

public float medium_road_blue
리턴 float

medium_road_green 공개적으로 프로퍼티

public float medium_road_green
리턴 float

medium_road_red 공개적으로 프로퍼티

public float medium_road_red
리턴 float

small_road_blue 공개적으로 프로퍼티

public float small_road_blue
리턴 float

small_road_green 공개적으로 프로퍼티

public float small_road_green
리턴 float

small_road_red 공개적으로 프로퍼티

public float small_road_red
리턴 float