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