Click or drag to resize

PointyRhombGridTCell Constructor (Int32, Int32)

Construct a new grid in the default shape with the given width and height. No transformations are applied to the grid. Normally, the static factory methods or shape building methods should be used to create grids. These constructors are provided for advanced usage.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public PointyRhombGrid(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
See Also