HexMapLibrary
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 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.HexConverterConverts between cartesian coordinates and two different hexagonal-grid-coordinates (called "offset" and "cube")
 CWunderwunsch.HexMapLibrary.HexGridContains 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.HexMapBuilderContains methods to create differently shaped map layouts. Can be used to easily initialize a HexMap instance
 CWunderwunsch.HexMapLibrary.HexUtilityContains helper methods which you usually won't need to use directly, but which are used by the library
 CIEqualityComparer
 CWunderwunsch.HexMapLibrary.Vector3IntEqualityComparerAdd 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.MapElementBase Class for Tile and Edge , containing index, position and normalized position of the tile or edge.
 CWunderwunsch.HexMapLibrary.Cornernon-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.Edgenon-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.Tilenon-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.HexMouseUpdates 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 >