HexMapLibrary
Public Member Functions | Public Attributes | List of all members
Wunderwunsch.HexMapLibrary.MapSizeData Struct Reference

Public Member Functions

 MapSizeData (int offsetTileMinValX, int offsetTileMaxValX, int offsetTileMinValZ, int offsetTileMaxValZ, Vector3 center, Vector3 extents)
 

Public Attributes

readonly int offsetTileMinValX
 lowest x Value of any map tile More...
 
readonly int offsetTileMaxValX
 highest x Value of any map tile More...
 
readonly int offsetTileMinValZ
 lowest z Value of any map tile More...
 
readonly int offsetTileMaxValZ
 highest z Value of any map tile More...
 
readonly Vector3 center
 map center (in cartesian coordinates) More...
 
readonly Vector3 extents
 half-size of the map extents along each axis More...
 

Member Data Documentation

◆ offsetTileMinValX

readonly int Wunderwunsch.HexMapLibrary.MapSizeData.offsetTileMinValX

lowest x Value of any map tile

◆ offsetTileMaxValX

readonly int Wunderwunsch.HexMapLibrary.MapSizeData.offsetTileMaxValX

highest x Value of any map tile

◆ offsetTileMinValZ

readonly int Wunderwunsch.HexMapLibrary.MapSizeData.offsetTileMinValZ

lowest z Value of any map tile

◆ offsetTileMaxValZ

readonly int Wunderwunsch.HexMapLibrary.MapSizeData.offsetTileMaxValZ

highest z Value of any map tile

◆ center

readonly Vector3 Wunderwunsch.HexMapLibrary.MapSizeData.center

map center (in cartesian coordinates)

◆ extents

readonly Vector3 Wunderwunsch.HexMapLibrary.MapSizeData.extents

half-size of the map extents along each axis