special connected isometric tile that will connect to any point that has a connection
this allows, for example, pipes in urban to connect to pumps and houses
https://citybuilder.softleitner.com/manual/connections
|
Connection | Connection |
|
Sprite[] | Sprites = new Sprite[7] |
|
GameObject[] | Prefabs = new GameObject[7] |
|
bool | IsColored |
|
Color | Color |
|
TileBase[] | ConnectedTiles |
|
|
override bool | hasConnection (ITilemap tilemap, Vector3Int point) |
|
override Quaternion | getRotation (byte mask) |
|
override Vector3 | getScale (byte mask) |
|
override Sprite | getSprite (byte mask) |
|
override GameObject | getPrefab (byte mask) |
|
Sprite | getSprite (byte mask) |
|
Quaternion | getRotation (byte mask) |
|
Vector3 | getScale (byte mask) |
|
virtual void | refreshNeighbours (Vector3Int location, ITilemap tilemap) |
|
virtual byte | getMask (Vector3Int location, ITilemap tilemap) |
|
|
override Sprite | GetPreviewSprite () |
|
override bool | StartUp (Vector3Int position, ITilemap tilemap, GameObject go) |
|
override void | RefreshTile (Vector3Int location, ITilemap tilemap) |
|
override void | GetTileData (Vector3Int location, ITilemap tilemap, ref TileData tileData) |
|
Sprite | GetPreviewSprite () |
|
◆ hasConnection()
override bool CityBuilderCore.ConnectionIsometricTile.hasConnection |
( |
ITilemap | tilemap, |
|
|
Vector3Int | point ) |
|
inlineprotectedvirtual |