Click or drag to resize

NestedRectGridTCellGetValue Method

Get the value at the given big point and small point within the cell at the big point.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public TCell GetValue(
	RectPoint bigPoint,
	RectPoint smallPoint
)

Parameters

bigPoint
Type: Gamelogic.GridsRectPoint
smallPoint
Type: Gamelogic.GridsRectPoint

Return Value

Type: TCell
See Also