Class WrappingHexGrid
WrapModifier applied to HexGrid.
Inheritance
WrappingHexGrid
Assembly: Sylves.dll
Syntax
public class WrappingHexGrid : WrapModifier, IGrid
Constructors
WrappingHexGrid(Vector2, int, HexOrientation)
Declaration
public WrappingHexGrid(Vector2 cellSize, int radius, HexOrientation orientation = HexOrientation.PointyTopped)
Parameters
WrappingHexGrid(float, int, HexOrientation)
Declaration
public WrappingHexGrid(float cellSize, int radius, HexOrientation orientation = HexOrientation.PointyTopped)
Parameters
Implements
Extension Methods