passes a connection on every point that a tile has on a tilemap, only evaluated which points those are at the start
https://citybuilder.softleitner.com/manual/connections
|
override IEnumerable< Vector2Int > | GetPoints () |
| the points of the passer
|
|
IEnumerable< Vector2Int > | GetPoints () |
| the points of the passer
|
|
void | ValueChanged (Vector2Int point, int value) |
| this is where the passer gets notified about changes to the values of its points
|
|
|
override void | Start () |
|
virtual void | OnDestroy () |
|
void | onPointsChanged (IEnumerable< Vector2Int > removed, IEnumerable< Vector2Int > added) |
|
◆ GetPoints()
override IEnumerable< Vector2Int > CityBuilderCore.ConnectionPasserTiles.GetPoints |
( |
| ) |
|
◆ Start()
override void CityBuilderCore.ConnectionPasserTiles.Start |
( |
| ) |
|
|
inlineprotectedvirtual |