|
ClassicCityBuilderKit 1.9.4
|
manages links between roads
Additional Inherited Members | |
Public Member Functions inherited from CityBuilderCore.IGridLinker | |
| void | RegisterLink (IGridLink link, object tag) |
| adds a link to the linker | |
| void | DeregisterLink (IGridLink link, object tag) |
| removes a link from the linker | |
| IEnumerable< IGridLink > | GetLinks (Vector2Int start, object tag) |
| retrieves all links starting at a specific point | |
| IGridLink | GetLink (Vector2Int start, Vector2Int end, object tag) |
| retrieves a link connecting two specific points if one exists | |