Click or drag to resize

RectOpTCellParallelogram Method

A synonym for Rectangle. Provided to support wrapped grids uniformly.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 7, 0)]
[ShapeMethodAttribute]
public RectShapeInfo<TCell> Parallelogram(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: RectShapeInfoTCell
See Also