▼CWunderwunsch.HexMapLibrary.CoordinateWrapper | |
CWunderwunsch.HexMapLibrary.CoordinateWrapperRectangularHorizontalPeriodic | |
CWunderwunsch.HexMapLibrary.Generic.CornerDataProvider< C > | |
CWunderwunsch.HexMapLibrary.CornerPositionProvider | |
CWunderwunsch.HexMapLibrary.Generic.CornersDataProvider< C > | |
CWunderwunsch.HexMapLibrary.CornersPositionsProvider | |
CWunderwunsch.HexMapLibrary.Generic.EdgeDataProvider< E > | |
CWunderwunsch.HexMapLibrary.EdgePositionProvider | |
CWunderwunsch.HexMapLibrary.EdgePositionsProvider | |
CWunderwunsch.HexMapLibrary.Generic.EdgesDataProvider< E > | |
CWunderwunsch.HexMapLibrary.HexGrid.GetCorner | |
CWunderwunsch.HexMapLibrary.HexGrid.GetCorners | |
CWunderwunsch.HexMapLibrary.HexGrid.GetDistance | |
CWunderwunsch.HexMapLibrary.HexGrid.GetEdge | |
CWunderwunsch.HexMapLibrary.HexGrid.GetEdges | |
CWunderwunsch.HexMapLibrary.HexGrid.GetTile | |
CWunderwunsch.HexMapLibrary.HexGrid.GetTiles | |
CWunderwunsch.HexMapLibrary.HexConverter | Converts between cartesian coordinates and two different hexagonal-grid-coordinates (called "offset" and "cube") |
CWunderwunsch.HexMapLibrary.HexGrid | Contains many helper methods facilitating working with a hexagonal coordinate system. Assumes the grid being on the (infinite) XZ-Plane.
The methods of this class are also used by HexMap (which adds bound checks and wrapping on top of it) |
▼CWunderwunsch.HexMapLibrary.HexMap | |
▼CWunderwunsch.HexMapLibrary.Generic.HexMapT< T > | |
▼CWunderwunsch.HexMapLibrary.Generic.HexMapTE< T, E > | |
CWunderwunsch.HexMapLibrary.Generic.HexMapTEC< T, E, C > | |
CWunderwunsch.HexMapLibrary.HexMapBuilder | Contains methods to create differently shaped map layouts. Can be used to easily initialize a HexMap instance |
CWunderwunsch.HexMapLibrary.HexUtility | Contains helper methods which you usually won't need to use directly, but which are used by the library |
▼CIEqualityComparer | |
CWunderwunsch.HexMapLibrary.Vector3IntEqualityComparer | Add this as custom IEqualityComparer to any Dictionary using Vector3Int as key, this is unfortunately necessary to prevent boxing (and therefore memory allocations) as Unity omitted to implement the IEquatable<Vector3Int> interface on Vector3Int Will be obsolete with 2018.2 :-) |
CWunderwunsch.HexMapLibrary.MapDistanceCalculatorCorners | |
CWunderwunsch.HexMapLibrary.MapDistanceCalculatorEdges | |
CWunderwunsch.HexMapLibrary.MapDistanceCalculatorTile | |
▼CWunderwunsch.HexMapLibrary.MapElement | Base Class for Tile and Edge , containing index, position and normalized position of the tile or edge. |
▼CWunderwunsch.HexMapLibrary.Corner | non-generic base class for a tile containing positional data, either use generic version or extend from this class for your own implementation |
CWunderwunsch.HexMapLibrary.Generic.Corner< C > | generic Edge which can have any object with an parameterless constructor as content |
▼CWunderwunsch.HexMapLibrary.Edge | non-generic base class for an edge containing positional data, either use generic version or extend from this class for your own implementation |
CWunderwunsch.HexMapLibrary.Generic.Edge< E > | generic Edge which can have any object with an parameterless constructor as content |
▼CWunderwunsch.HexMapLibrary.Tile | non-generic base class for a tile containing positional data, either use generic version or extend from this class for your own implementation |
CWunderwunsch.HexMapLibrary.Generic.Tile< T > | generic Tile which can have any object with a parameterless constructor as content |
CWunderwunsch.HexMapLibrary.MapSizeData | |
▼CMonoBehaviour | |
CWunderwunsch.HexMapLibrary.HexMouse | Updates every frame with the position of the mouse cursor on the XZ-Plane in different coordinate systems. |
CWunderwunsch.HexMapLibrary.Generic.TileDataProvider< T > | |
CWunderwunsch.HexMapLibrary.TilePositionProvider | |
CWunderwunsch.HexMapLibrary.TilePositionsProvider | |
CWunderwunsch.HexMapLibrary.Generic.TilesDataProvider< T > | |