Click or drag to resize

NestedRectGridTCellGetSmallGrid Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public RectGrid<TCell> GetSmallGrid(
	RectPoint bigPoint
)

Parameters

bigPoint
Type: Gamelogic.GridsRectPoint

Return Value

Type: RectGridTCell
See Also