Loading...
Searching...
No Matches
CityBuilderCore.IRoadPathfinderBlocked Interface Reference

Detailed Description

same as IRoadPathfinder but without points that are blocked
points can be blocked using IRoadManager, for example THREE uses the RoadBlockerComponent to do this

Inheritance diagram for CityBuilderCore.IRoadPathfinderBlocked:
CityBuilderCore.IPathfinder CityBuilderCore.GridPathfindingBase CityBuilderCore.GridPathfinding CityBuilderCore.GridPathfindingBurst

Additional Inherited Members

- Public Member Functions inherited from CityBuilderCore.IPathfinder
bool HasPoint (Vector2Int point, object tag=null)
 checks if a point exists within the pathfinder
for example points on map pathing that are blocked or points for road pathing that dont have a road
 
WalkingPath FindPath (Vector2Int[] starts, Vector2Int[] targets, object tag=null)
 attempts to find a path between one of the starts and one of the ends
 
PathQuery FindPathQuery (Vector2Int[] starts, Vector2Int[] targets, object tag=null)