Click or drag to resize

RectOpTCellCheckerBoard Method (Int32, Int32, Boolean)

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

Parameters

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

Return Value

Type: RectShapeInfoTCell
See Also