Enum HexGridType
Different cell layouts for the HexGrid
Namespace: AnyPath.Graphs.HexGrid
Assembly: AnyPath.dll
Syntax
public enum HexGridType
Fields
| Name | Description |
|---|---|
| EvenQ | |
| EvenR | |
| FlatTop | Equal top OddQ. Note that Unity's flat top is just a rotated PointyTop (xy is swizzled to yx). So for that configuration you should still use UnityTilemap |
| OddQ | |
| OddR | |
| PointyTop | |
| UnityTilemap | Equal to OddR and PointyTop Unity tilemap uses this configuration |