Click or drag to resize

RectGridTCellCheckerBoard Method (Int32, Int32, Boolean)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static RectGrid<TCell> CheckerBoard(
	int width,
	int height,
	bool includesOrigin
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
includesOrigin
Type: SystemBoolean

Return Value

Type: RectGridTCell
See Also