C# Class RoadNamer.Managers.RandomNameManager

Mostra file Open project: PropaneDragon/RoadNamer

Public Properties

Property Type Description
m_fileName string

Public Methods

Method Description
GenerateRandomRoadName ( ushort netSegmentId ) : string
LoadRandomNames ( ) : void

Private Methods

Method Description
AddRoadPostfix ( int roadNumber ) : string
TranslateRoadName ( ushort netSegmentId, string roadName ) : string

Method Details

GenerateRandomRoadName() public static method

public static GenerateRandomRoadName ( ushort netSegmentId ) : string
netSegmentId ushort
return string

LoadRandomNames() public static method

public static LoadRandomNames ( ) : void
return void

Property Details

m_fileName public_oe static_oe property

public static string m_fileName
return string