Class XZHexPrismGrid
Variant of HexPrismGrid that places hexes in the XZ Plane
Inheritance
XZHexPrismGrid
Assembly: Sylves.dll
Syntax
public class XZHexPrismGrid : XZModifier, IGrid
Constructors
XZHexPrismGrid(Vector3, HexOrientation, HexPrismBound)
Declaration
public XZHexPrismGrid(Vector3 cellSize, HexOrientation orientation = HexOrientation.PointyTopped, HexPrismBound bound = null)
Parameters
XZHexPrismGrid(float, float, HexOrientation, HexPrismBound)
Declaration
public XZHexPrismGrid(float cellSize, float layerHeight, HexOrientation orientation = HexOrientation.PointyTopped, HexPrismBound bound = null)
Parameters
Implements
Extension Methods