HexMapLibrary
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NWunderwunsch
 NHexMapLibrary
 NGeneric
 CCornergeneric Edge which can have any object with an parameterless constructor as content
 CCornerDataProvider
 CCornersDataProvider
 CEdgegeneric Edge which can have any object with an parameterless constructor as content
 CEdgeDataProvider
 CEdgesDataProvider
 CHexMapT
 CHexMapTE
 CHexMapTEC
 CTilegeneric Tile which can have any object with a parameterless constructor as content
 CTileDataProvider
 CTilesDataProvider
 CCoordinateWrapper
 CCoordinateWrapperRectangularHorizontalPeriodic
 CCornernon-generic base class for a tile containing positional data, either use generic version or extend from this class for your own implementation
 CCornerPositionProvider
 CCornersPositionsProvider
 CEdgenon-generic base class for an edge containing positional data, either use generic version or extend from this class for your own implementation
 CEdgePositionProvider
 CEdgePositionsProvider
 CHexConverterConverts between cartesian coordinates and two different hexagonal-grid-coordinates (called "offset" and "cube")
 CHexGridContains 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)
 CGetCorner
 CGetCorners
 CGetDistance
 CGetEdge
 CGetEdges
 CGetTile
 CGetTiles
 CHexMap
 CHexMapBuilderContains methods to create differently shaped map layouts. Can be used to easily initialize a HexMap instance
 CHexMouseUpdates every frame with the position of the mouse cursor on the XZ-Plane in different coordinate systems.
 CHexUtilityContains helper methods which you usually won't need to use directly, but which are used by the library
 CMapDistanceCalculatorCorners
 CMapDistanceCalculatorEdges
 CMapDistanceCalculatorTile
 CMapElementBase Class for Tile and Edge , containing index, position and normalized position of the tile or edge.
 CMapSizeData
 CTilenon-generic base class for a tile containing positional data, either use generic version or extend from this class for your own implementation
 CTilePositionProvider
 CTilePositionsProvider
 CVector3IntEqualityComparerAdd 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 :-)