Method | Description | |
---|---|---|
AddLeftWallLights ( this |
||
AddProps ( this |
||
AddRightWallLights ( this |
||
GetLeftRoadShoulder ( this info ) : NetInfo.Lane | ||
GetMedianLane ( this info ) : NetInfo.Lane | ||
GetRightRoadShoulder ( this info ) : NetInfo.Lane | ||
HandleAsymComplementarySegmentsFlags ( NetInfo fSegment, NetInfo bSegment, LanesLayoutStyle lanesLayoutStyle ) : void | ||
HandleAsymSegmentFlags ( this segment, LanesLayoutStyle asymLaneType ) : void | ||
RemoveProps ( this |
||
ReplacePropInfo ( this |
Replaces a prop whose name is contained in the key with the propinfo in the value.
|
|
ReplaceProps ( this info, PropInfo newPropInfo, PropInfo oldPropInfo ) : void | ||
SetRoadLanes ( this rdInfo, NetInfoVersion version, |
||
SetupNewSpeedLimitProps ( this info, int newSpeedLimit, int oldSpeedLimit ) : void | ||
SetupPedestrianLanes ( this rdInfo, NetInfoVersion version, |
||
TrimAboveGroundProps ( this info, NetInfoVersion version, bool removeRightStreetLights = false, bool removeLeftStreetLights = false ) : void | ||
TrimArrowsProps ( this info ) : void |
Method | Description | |
---|---|---|
SetupMedianLane ( this lane, |
||
SetupParkingLanes ( this rdInfo ) : IEnumerable |
||
SetupTurningLaneProps ( NetInfo lane ) : void | ||
SetupVehicleLanes ( this rdInfo, NetInfoVersion version, |
public static AddLeftWallLights ( this |
||
props | this |
|
pavementWidth | float | |
return | void |
public static AddProps ( this |
||
props | this |
|
propsToAdd | ICollection |
|
return | void |
public static AddRightWallLights ( this |
||
props | this |
|
pavementWidth | float | |
return | void |
public static GetLeftRoadShoulder ( this info ) : NetInfo.Lane | ||
info | this | |
return | NetInfo.Lane |
public static GetMedianLane ( this info ) : NetInfo.Lane | ||
info | this | |
return | NetInfo.Lane |
public static GetRightRoadShoulder ( this info ) : NetInfo.Lane | ||
info | this | |
return | NetInfo.Lane |
public static HandleAsymComplementarySegmentsFlags ( NetInfo fSegment, NetInfo bSegment, LanesLayoutStyle lanesLayoutStyle ) : void | ||
fSegment | NetInfo | |
bSegment | NetInfo | |
lanesLayoutStyle | LanesLayoutStyle | |
return | void |
public static HandleAsymSegmentFlags ( this segment, LanesLayoutStyle asymLaneType ) : void | ||
segment | this | |
asymLaneType | LanesLayoutStyle | |
return | void |
public static RemoveProps ( this |
||
props | this |
|
return | void |
public static ReplacePropInfo ( this |
||
props | this |
|
replacementPair | PropInfo>.KeyValuePair | |
return | void |
public static ReplaceProps ( this info, PropInfo newPropInfo, PropInfo oldPropInfo ) : void | ||
info | this | |
newPropInfo | PropInfo | |
oldPropInfo | PropInfo | |
return | void |
public static SetRoadLanes ( this rdInfo, NetInfoVersion version, |
||
rdInfo | this | |
version | NetInfoVersion | |
config | ||
return | NetInfo |
public static SetupNewSpeedLimitProps ( this info, int newSpeedLimit, int oldSpeedLimit ) : void | ||
info | this | |
newSpeedLimit | int | |
oldSpeedLimit | int | |
return | void |
public static SetupPedestrianLanes ( this rdInfo, NetInfoVersion version, |
||
rdInfo | this | |
version | NetInfoVersion | |
config | ||
return | IEnumerable |
public static TrimAboveGroundProps ( this info, NetInfoVersion version, bool removeRightStreetLights = false, bool removeLeftStreetLights = false ) : void | ||
info | this | |
version | NetInfoVersion | |
removeRightStreetLights | bool | |
removeLeftStreetLights | bool | |
return | void |
public static TrimArrowsProps ( this info ) : void | ||
info | this | |
return | void |