Loading...
Searching...
No Matches
CityBuilderCore.WalkerCategory Class Reference

Detailed Description

category for bundling and filtering walkers, used in WalkerScore

may be used for grouping road blocking by setting it as PathTag in WalkerInfo and adding it to RoadBlockerComponent Tags
in this case the actual objects in the collection dont matter, walking is blocked purely by the key of this object

https://citybuilder.softleitner.com/manual/walkers

Inheritance diagram for CityBuilderCore.WalkerCategory:
CityBuilderCore.KeyedObject CityBuilderCore.IKeyed

Public Member Functions

bool Contains (WalkerInfo walker)
 
string GetName (int quantity)
 

Public Attributes

string NameSingular
 
string NamePlural
 
WalkerInfo[] Walkers
 
- Public Attributes inherited from CityBuilderCore.KeyedObject
string Key
 

Additional Inherited Members

- Static Public Member Functions inherited from CityBuilderCore.KeyedObject
static T GetKeyedObject< T > (string key)
 
- Properties inherited from CityBuilderCore.IKeyed