Click or drag to resize

RectOpTCellIsInsideFixedHeight Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsInsideFixedHeight(
	RectPoint point,
	int height,
	int cellCount
)

Parameters

point
Type: Gamelogic.GridsRectPoint
height
Type: SystemInt32
cellCount
Type: SystemInt32

Return Value

Type: Boolean
See Also