Class TesseraHexTile
GameObjects with this behaviour record adjacency information for use with a TesseraGenerator.
Inheritance
TesseraHexTile
Assembly: cs.temp.dll.dll
Syntax
public class TesseraHexTile : TesseraTileBase
Constructors
TesseraHexTile()
Declaration
Properties
CellType
Declaration
public override ICellType CellType { get; }
Property Value
Overrides
Methods
AddOffset(Vector3Int)
Configures the tile as a "big" tile that occupies several cells.
Keeps offsets and faceDetails in sync.
Declaration
public override void AddOffset(Vector3Int o)
Parameters
Type |
Name |
Description |
Vector3Int |
o |
|
Overrides
GetBounds()
Declaration
public BoundsInt GetBounds()
Returns
Type |
Description |
BoundsInt |
|
RemoveOffset(Vector3Int)
Configures the tile as a "big" tile that occupies several cells.
Keeps offsets and faceDetails in sync.
Declaration
public override void RemoveOffset(Vector3Int o)
Parameters
Type |
Name |
Description |
Vector3Int |
o |
|
Overrides