Click or drag to resize

AbstractSplicedGridTCell, TPoint, TBasePointGetAllNeighbors Method

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

Parameters

point
Type: TPoint

Return Value

Type: IEnumerableTPoint

Implements

IGridTPointGetAllNeighbors(TPoint)
See Also