Click or drag to resize

IGridTPointGetAllNeighbors Method

Returns the neighbors of this point, regardless of whether they are in the grid or not.

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

Parameters

point
Type: TPoint

Return Value

Type: IEnumerableTPoint
See Also