Click or drag to resize

RectGridTCellFixedHeight Method

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

Parameters

height
Type: SystemInt32
cellCount
Type: SystemInt32

Return Value

Type: RectGridTCell
See Also