Click or drag to resize

NestedRectGridTCellGetAllNeighbors Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<RectPoint> GetAllNeighbors(
	RectPoint point
)

Parameters

point
Type: Gamelogic.GridsRectPoint

Return Value

Type: IEnumerableRectPoint

Implements

IGridTPointGetAllNeighbors(TPoint)
See Also