Click or drag to resize

SplicedGridTCell, TBasePointGetAllNeighbors Method

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

Parameters

point
Type: Gamelogic.GridsSplicedPointTBasePoint

Return Value

Type: IEnumerableSplicedPointTBasePoint

Implements

IGridTPointGetAllNeighbors(TPoint)
See Also