Loading...
Searching...
No Matches
CityBuilderCore.BuildingComponentPath< T > Class Template Reference

Detailed Description

convenient class combining a component and a path to get there
for example when a delivery walker is looking for a storage the receiverpathfinder decides on the receiver and returns a BuildingComponentPath<IItemReceiver>

Template Parameters
T
Type Constraints
T :IBuildingComponent 

Public Member Functions

 BuildingComponentPath (BuildingComponentReference< T > component, WalkingPath path)
 

Properties

BuildingComponentReference< T > Component [get]
 
WalkingPath Path [get]